Account

List account balances

Returns per-currency available, reserved, and total balances.

get/balances

Response

Balances returned successfully.

currencystring
availablestring
reservedstring
totalstring

Example response

[
  {
    "currency": "BTC",
    "available": "0.45000000",
    "reserved": "0.12000000",
    "total": "0.57000000"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.