cURL
curl --request GET \ --url https://api.orderly.org/v1/public/balance/stats
{ "success": true, "data": { "total_holding": 100, "total_unsettled_balance": 21, "last_update_time": 1702989203989 }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per IP address
GET /v1/public/balance/stats
Returns TVL (total balance plus unsettled PnL), optionally filtered by broker ID.
When omitted, returns TVL for all brokers.
Success
Indicates whether the request was successful.
true
Show child attributes
Server timestamp in milliseconds.
1702989203989