Skip to main content
GET
/
v1
/
public
/
market_info
/
traders_open_interests
Get open interests for all symbols
curl --request GET \
  --url https://api.orderly.org/v1/public/market_info/traders_open_interests
{
  "success": true,
  "data": {
    "rows": [
      {
        "symbol": "PERP_BTC_USDC",
        "long_oi": 31000,
        "short_oi": 31000
      }
    ]
  },
  "timestamp": 1702989203989
}

Response

200 - application/json

Success

success
boolean
required

Indicates whether the request was successful.

Example:

true

data
object
required
timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989