GET
/
v1
/
public
/
market_info
/
traders_open_interests
curl --request GET \
  --url https://api-evm.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
      }
    ]
  }
}

Response

200 - application/json
Success
success
boolean
required
data
object
required
timestamp
integer