latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v1.Account
ENTERPRISE
BETA

Get balances for account

Returns an object with the account’s balances.

get/api/v1/accounts/{id}/balances

Response

Successful operation.

accountIdstring

The internal identifier of account.

refreshedstring date-time

Timestamp of when the account was last refreshed.

Example response

{
  "accountId": "a6bb87e57a8c4dd4874b241471a2b9e8",
  "balances": {
    "available": {
      "currencyCode": "EUR",
      "scale": 2,
      "unscaledValue": 1050
    },
    "booked": {
      "currencyCode": "EUR",
      "scale": 2,
      "unscaledValue": 1050
    },
    "creditLimit": {
      "currencyCode": "EUR",
      "scale": 2,
      "unscaledValue": 1050
    }
  },
  "refreshed": "1455740874875"
}