cURL
curl --request GET \ --url http://localhost:55001/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
OK
The response is of type object.
object