Balances
This method returns the account's balances that matches the entered ID.
Authorizations
X-Ledger-API-KeystringRequired
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Path parameters
account_idintegerRequired
The account's ID
Responses
200
Account object
application/json
Responseone of
or
or
404
Account not found
application/json
get
/accounts/{account_id}/balancesAuthorizations
X-Ledger-API-KeystringRequired
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Path parameters
account_idintegerRequired
The account's ID
Query parameters
endstring · date-time · nullableOptionalDefault:
End of the balance history time span.
2025-04-08T14:57:28.155582+00:00startstring · date-time · nullableOptionalDefault:
Start of the balance history time span.
2025-04-08T14:57:28.155554+00:00Responses
200
Account object
application/json
501
Not supported for this currency
application/json
get
/accounts/{account_id}/balances/historyLast updated