Get Account Detail - Spot/Margin/trade_hf
Information for a single account. Use this endpoint when you know the accountId.
HTTP REQUEST
GET /api/v1/accounts/{accountId}
Example
GET /api/v1/accounts/5bd6e9286d99522a52e458de
{
"currency": "KCS", //Currency
"balance": "1000000060.6299", //Total assets of a currency
"available": "1000000060.6299", //Available assets of a currency
"holds": "0" //Hold assets of a currency
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:5
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
accountId | String | Yes | Path parameter. Account ID |
RESPONSES
Field | Description |
---|---|
currency | The currency of the account |
balance | Total funds in the account |
holds | Funds on hold (not available for use) |
available | Funds available to withdraw or trade |