Balances

Get an account's balances by ID

get

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
chevron-right
200

Account object

application/json
Responseone of
or
or
get
/accounts/{account_id}/balances

Get an account's balances history by ID

get

This method returns the account's balances history 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

Query parameters
endstring · date-time · nullableOptional

End of the balance history time span.

Default: 2025-04-08T14:57:28.155582+00:00
startstring · date-time · nullableOptional

Start of the balance history time span.

Default: 2025-04-08T14:57:28.155554+00:00
Responses
chevron-right
200

Account object

application/json
get
/accounts/{account_id}/balances/history

Last updated