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