Get a single currency asset
Type: GET
Description: /spot/v4/balance
Parameters
name | type | mandatory | default | description | ranges |
---|---|---|---|---|---|
currency | string | true | eg: 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
}
}