cURL
curl --request GET \ --url https://api.orderly.org/v1/public/balance/stats
{ "success": true, "timestamp": 1702989203989, "data": { "total_holding": 100, "total_unsettled_balance": 21, "last_update_time": 1702989203989 } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/balance/stats
Get TVL(Total Balance + Unsettled PnL) by broker
Return all TVL if not specified
Success
The response is of type object.
object