Wallet
Fetch deposit address list with network (USER_DATA)
Fetch deposit address list with network.
Weight(IP): 10
get/sapi/v1/capital/deposit/address/list
Query parameters
coinstring required
Example:BTC
networkstring
Example:BTC
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Coin address
Example response
[
{
"coin": "ETH",
"address": "0xD316E95Fd9E8E237Cb11f8200Babbc5D8D177BA4",
"isDefault": 1
}
]