open_interest_list
Latest Open Interest snapshots across all exchanges and futures symbols. Sorted by openInterestUsd descending. Use to find which futures pairs have the most leveraged exposure.
Usage hints:
- Optional exchange filter narrows to one venue
- Top entries typically include BTC and ETH perps from Binance/Bybit/OKX
- Combine with liquidation_feed to identify hot spots
REST endpoint
GET /api/v1/open-interest/list — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
exchange | string | no | Exchange filter | "..." |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "open_interest_list",
"arguments": {}
}
}