Account
Assets
GET /v1/account/assets
NOTE
Don't include trailing slash
/
at the end of the endpoint. Doing so can result in a “not found” error.INFO
The ack of balance request indicates that the request is successfully accepted.
Response Parameters
Parameter | Type | Comments |
---|---|---|
statusCode | number | 200 |
result | array | Object |
> coin | string | USDT |
> availableBalance | integer | available balance of the account |
> totalBalance | integer | valuation assets including margin of the account |
> totalUnrealizedPnL | integer | total unrealized PnL of the account |
message | string | OK |