Query for balance information current allocated to the exchange.
This API allows clients to interact with the TrueX trading platform for order management, market data retrieval, and account information.
Certain API requests must be authenticated using HMAC-SHA256 signature authentication.
curl -i -X GET \
'https://docs.truex.co/_mock/rest/v1/api/v1/balance?asset_id=string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-truex-auth-signature: string' \
-H 'x-truex-auth-timestamp: string' \
-H 'x-truex-auth-token: string' \
-H 'x-truex-auth-userid: string'
[ { "id": "0987654321", "status": "INVALID", "unsettled_fees": "-0.25", "fees_hold": "1.15", "balances": [ … ] } ]