Returns the balances.
cURL
curl --request GET \ --url https://api.sandbox.forte.cc/v1/balances \ --header 'Authorization: Bearer <token>'
{ "EUR": { "available": "1234.56" }, "USDC": { "available": "9876.54" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Balances dictionary.
Show child attributes