cURL
curl --request GET \ --url https://api.orderly.org/v1/public/market_info/traders_open_interests
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "symbol": "PERP_BTC_USDC", "long_oi": 31000, "short_oi": 31000 } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/market_info/traders_open_interests
Return the long/short Open Interests for all symbols (mm accounts are excluded).
Success
The response is of type object.
object