cURL
curl --request GET \ --url http://localhost/api/ledger/v2/{ledger}/aggregate/balances \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": { "USD": 100, "EUR": 12 } }
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the ledger.
"ledger001"
Use insertion date instead of effective date
The body is of type object.
object
OK
Show child attributes
{ "USD": 100, "EUR": 12 }