Request
POST https://custody-example-url/custody/v1/api/addresses/convert
Parameters
Field |
Type |
Description |
coin_name |
String |
BCH, BCHA, TON_TON |
type |
String |
BCH, BCHA TO_CASH_ADDR, TO_CLASS_ADDR TON_TON TO_FRIEND_ADDR |
addresses |
String[] |
addresses |
Response
Field |
Type |
Description |
code |
Integer |
Response code |
message |
String |
Response message |
successful |
Boolean |
If the request is successful |
data |
Object |
Address list |
Response Example
{
"code": 0,
"message": "",
"data":["mkAbCEHS1d8QZfYveiU6YEhDbCGp2Cky9v","mn4FFTQqs6VxE1ADCBg7jZS6t6J6sLRhKQ"],
"successful": true
}