ledger
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
}
]