Apply New Address
Request
POST https://custody-example-url/custody/v1/api/projects/{b_id}/integrated/wallets/coins/{coin_name}/address/apply
Parameters
Field | Type | Description |
---|---|---|
b_id | String | Business line ID |
coin_name | String | Token Name |
Response
Field | Type | Description |
---|---|---|
data | String | Address |
- address | String | New address |
- tag | String | New address's tag or memo |
Response Example
{
"code": 0,
"message": "string",
"data": {
"address": "string",
"tag": "string"
},
"successful": true
}