Balance

Retrieve balance

Retrieves the current account balance.

get/balance

Response

Successfully retrieved balance.

amountnumber double required

Balance of current account.

currencystring required

Price currency. ISO 4217 currency code.

Example response

{
  "amount": 190.0765,
  "currency": "USD"
}

Changes