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"
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.