Skip to main content

Generate Deposit Address of Sub-account

HTTP Request

  • POST /api/v3/broker/capital/deposit/subAddress

Required Permission: SPOT_DEPOSIT_WRITE

Query Parameter:

NameTypeMandatoryDescription
recvWindowstringnorecvWindow
timestampstringyestimestamp
signaturestringyessignature

Body Request Parameter:

NameTypeMandatoryDescription
coinstringyesdeposit coin
networkstringyesdeposit network

Response Parameters

NameTypeDescription
addressstringdeposit address
coinstringdeposit coin
networkstringdeposit network
memostringmemo

Response

{
"address": "TDunhSa7jkTNuKrusUTU1MUHtqXoBPKETV",
"coin": "USDT",
"network": "ERC-20",
"memo": ""
}