v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Wallet

Fetch withdraw address list (USER_DATA)

Fetch withdraw address list

Weight(IP): 10

get/sapi/v1/capital/withdraw/address/list

Response

Withdraw address list

addressstring required
addressTagstring required
coinstring required
namestring required
networkstring required
originstring required
originTypestring required
whiteStatusboolean required

Example response

[
  {
    "address": "0xD316E95Fd9E8E237Cb11f8200Babbc5D8D177BA4",
    "addressTag": "101764890",
    "coin": "BNB",
    "network": "BNB",
    "whiteStatus": true
  }
]