Skip to main content

Balance

Returns the balance for a given currency.

GET /v1/account/balance

Headers

ParamType
apikeySTRING

Query Parameters

ParamTypeExampleDescription
abbrSTRING"KLV"Valid token abbreviation. e.g. KLV

Response

ParamTypeExampleDescription
currencySTRING"KLV"Currency
balanceSTRING"18.786936434521408"Total assets of a currency
availableSTRING"16.786936434521408"Available assets of a currency
holdsSTRING"2"How much is currently being held

Response Example

{
"success": true,
"data": {
"currency": "DVK",
"balance": "18.786936434521408",
"available": "18.786936434521408",
"holds": "0"
}
}