Skip to main content

3.2 Balance

This endpoint is required, but the number it reports need not be a real balance. If you do not track balances per account, return a fixed amount, which may be arbitrarily high.

3.2.1 Get the account balance

Method and URL:

GET /balance

Return Data: an object containing the balance of the current account.

balance [ array ]:

A currency amount — a two-element array of currency code and amount.

Example output data:

{
"balance": ["EUR", 1.23]
}

The currency should match the ccy_code returned by /account.