cURL
curl --request GET \ --url https://sandbox-api.finpace.example/v1/accounts/{accountId}/balances \ --header 'Authorization: Bearer <token>'
{ "accountId": "<string>", "bookingBalance": { "amount": "12500.00", "currency": "EUR" }, "availableBalance": { "amount": "12500.00", "currency": "EUR" }, "overdraftHeadroom": { "amount": "12500.00", "currency": "EUR" }, "asOf": "2023-11-07T05:31:56Z" }
OAuth 2.0 with client credentials for machine integrations and authorization code for delegated user sessions.
Caller-generated correlation identifier used for tracing.
80
Balance set returned
Show child attributes