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.
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"
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.