Skip to main content

Fetch withdraw address list (USER_DATA)

API Description

Fetch withdraw address list

HTTP Request

GET /sapi/v1/capital/withdraw/address/list

Request Weight(IP)

10

Request Parameters

NONE

Response Example

[
{
"address": "string",
"addressTag": "string",
"coin": "string",
"name": "string", //is a user-defined name
"network": "string",
"origin": "string", //if originType=='others', the address source manually filled in by the user
"originType": "string", //Address source type
"whiteStatus": true //Is it whitelisted
}
]