v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
List Deposit Addresses
Returns the list of deposit addresses for the account. For supported assets and deposit steps, see Funding your account.
post/v1/wallet/deposit_address/list
Request body
Example request
{
"coins": [
"USDC"
],
"network": "ethereum",
"depositDestination": {
"id": "10458932786832481",
"wallet": "margin"
}
}Response
List of deposit addresses
Example response
{
"success": true,
"result": [
{
"coin": "USDC",
"network": "ethereum",
"depositDestination": {
"id": "10458932786832481",
"wallet": "margin"
}
}
]
}