English
cURL
curl --request GET \ --url https://sandbox.killb.app/api/v2/savings/{id}/balance \ --header 'Authorization: Bearer <token>'
{ "currency": "USD", "amount": 123 }
The access token received from the authorization server in the OAuth 2.0 flow.
"USD"