v1
latestOpenAPI 3.0.02026-07-17339.2 KBledger
List Balances
List an Account Balances
Retrieve a list of the Balances from the Account with the given ID.
get/balances
Query parameters
accountstring required
Example:Alice
The ID of the Account
Response
OK
Example response
[
{
"currency": "usd",
"amount": 1000
}
]