Sub-Account

Query Sub-account Assets (For Master Account)

Fetch sub-account assets

Weight(UID): 60

get/sapi/v4/sub-account/assets

Query parameters

emailstring required
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Sub account balances

Example response

{
  "balances": [
    {
      "asset": "BNB",
      "free": "10000",
      "locked": "0"
    }
  ]
}

Changes

Changed in 1 of the 26 revisions of this API.1