Skip to main content

Get a single currency asset

Type: GET

Description: /spot/v4/balance

Parameters

nametypemandatorydefaultdescriptionranges
currencystringtrueeg: usdt

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {
"currency": "usdt",
"currencyId": 0,
"frozenAmount": 0,
"availableAmount": 0,
"totalAmount": 0,
"convertBtcAmount": 0 //Converted BTC amount
}
}