Sub-Account

Managed sub-account asset details(For Investor Master Account)

Weight(IP): 1

get/sapi/v1/managed-subaccount/asset

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 asset details

coinstring required
namestring required
totalBalancestring required
availableBalancestring required
inOrderstring required
btcValuestring required

Example response

[
  {
    "coin": "INJ",
    "name": "Injective Protocol",
    "totalBalance": "0",
    "availableBalance": "0",
    "inOrder": "0",
    "btcValue": "0"
  }
]

Changes

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

  • a484ce871a72210See the full diff
    • for the query request parameter recvWindow, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the format changed from no format to int64

      request-parameter-type-changed

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required