Gateway API for the True Markets trading platform - order orchestration, quotes, and balance management
True Markets Gateway API (1.0.0)
- Mock server
https://docs.truemarkets.co/_mock/apis/gateway/v1/balances/unified
- Production
https://api.truemarkets.co/v1/conductor/balances/unified
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.truemarkets.co/_mock/apis/gateway/v1/balances/unified \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "data": [ { … } ] }