cURL
curl --request GET \ --url https://api.example.com/customer/account/balance/{account_id} \ --header 'X-API-KEY: <x-api-key>' \ --header 'X-API-NONCE: <x-api-nonce>' \ --header 'X-API-SIGNATURE: <x-api-signature>' \ --header 'X-API-TIMESTAMP: <x-api-timestamp>'
{ "message": "<string>", "data": { "account_id": "4iIN-rdBXRDJXV--V5F-Co-", "account_number": "0000013", "available_balance": { "amount": 123, "currency": "<string>" }, "held_balance": { "amount": 123, "currency": "<string>" }, "total_balance": { "amount": 123, "currency": "<string>" }, "system_timestamp": "2025-05-16T18:16:45.088469926Z" } }
Retrieve the account balance from a financial provider.
Signature header
Timestamp header
Nonce header
Account ID header
Successful Response
Schema to serialize the account balance response.
Show child attributes
"4iIN-rdBXRDJXV--V5F-Co-"
"0000013"
Accounts' Available balance
Balance
Customer currency
Accounts' Held balance
Accounts' Total balance
"2025-05-16T18:16:45.088469926Z"