v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Account

Retrieve balance

Returns the current balance of your account.

get/account/balance

Response

Successful.

amountnumber

Remaining balance on the account.

currency_codestring

Currency code of the balance.

updated_atstring date-time

Date and time of retrieval of balance.

Example response

{
  "amount": 1000.5,
  "currency_code": "DKK",
  "updated_at": "2017-06-18T22:00:00.000Z"
}