get_open_interest
Get open interest by symbol, category, and interval. Supports pagination and time range filtering for market analysis.
Instructions
Get open interest for each symbol.
Args:
category: Product type - linear, inverse
symbol: Symbol name (e.g. BTCUSDT)
intervalTime: Interval - 5min, 15min, 30min, 1h, 4h, 1d
startTime: Start timestamp in milliseconds
endTime: End timestamp in milliseconds
limit: Limit for data size per page (max 200, default 50)
cursor: Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | Yes | ||
| endTime | No | ||
| category | Yes | ||
| startTime | No | ||
| intervalTime | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |