curl --request GET \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/balances \
--header 'Authorization: Bearer <token>'Retrieves the multi-currency balance for an account.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/balances \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the account.
Account balance.
Multi-currency balance grouped by asset class.
Identifier of the account these balances belong to.
"5b7c1f2a-3d4e-4f8a-9b1c-2d3e4f5a6b7c"
Fiat balances, one entry per enabled fiat currency.
Show child attributes
Crypto balances, one entry per enabled crypto currency.
Show child attributes
Was this page helpful?