Skip to main content

提币地址白名单

提币地址白名单

Get withdrawal whitelist addresses.

Request frequency limit: 1/1s

Request URL

GET /deepcoin/asset/withdraw-addresses

Request Parameters

Field NameRequiredTypeDescription
ccytruestringCoin, for example USDT
chainfalsestringChain, for example USDT-TRC20
addressIdfalsestringWhitelist address ID

Response Parameters

Field NameTypeDescription
dataarrayWhitelist address list
>addressIdstringWhitelist address ID
>ccystringCoin
>chainstringOpenAPI chain value, for example USDT-TRC20
>chainTypestringPlatform chain type
>toAddrstringWithdrawal address
>labelstringAddress label
>apiWithdrawEnabledbooleanWhether API withdrawals are enabled

Response Example

{
"code": "0",
"msg": "",
"data": {
"data": [
{
"addressId": "574",
"ccy": "USDT",
"chain": "USDT-TRC20",
"chainType": "8",
"toAddr": "TEV1gDkDST3kUtv27SCYfbAoz7ukLMwJdS",
"label": "max",
"apiWithdrawEnabled": true
}
]
}
}