v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Sub-Account

Sub-account Spot Assets Summary (For Master Account)

Fetch sub-account deposit address

Weight(IP): 1

get/sapi/v1/capital/deposit/subAddress

Query parameters

emailstring required

Sub-account email

coinstring required
Example:BNB

Coin name

networkstring
Example:BTC
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Deposit address info

addressstring required
coinstring required
tagstring required
urlstring required

Example response

{
  "address": "TDunhSa7jkTNuKrusUTU1MUHtqXoBPKETV",
  "coin": "USDT",
  "url": "https://tronscan.org/#/address/TDunhSa7jkTNuKrusUTU1MUHtqXoBPKETV"
}