Delete Address
DELETEπ Wallet
Rate Limit: 10 requests per 1 day based on IP.
Delete a crypto address. Requires the Wallet permission.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| crypto | String | Yes | Cryptocurrency |
| network | String | Yes | Crypto network |
| address | String | Yes | Crypto address |
Response Contentβ
| Name | Type | Description |
|---|---|---|
| result | String | Processing result. It will be 200 OK if successful. |
example
DELETE
https://api.btse.com/public-api/wallet/v1/user/crypto/addressResponse
{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": [
{
"result": "OK"
}
]
}