Sub-Account

Sub-account Assets (For Master Account)

Fetch sub-account assets

Weight(IP): 1

get/sapi/v3/sub-account/assets

Query parameters

emailstring required

Sub-account email

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of assets balances

Example response

{
  "balances": [
    {
      "asset": "ADA",
      "free": 10000
    }
  ]
}

Changes

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

  • a484ce871a7228See the full diff
    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the response property balances became required for the status 200

      response-property-became-required

    • the response property balances/items/asset became required for the status 200

      response-property-became-required

    • the response property balances/items/free became required for the status 200

      response-property-became-required

    • the response property balances/items/locked became required for the status 200

      response-property-became-required

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required