get_open_interest
Retrieve open interest data for a trading symbol by specifying category, interval, and record limit.
Instructions
Get open interest data.
Args: category: Product type: linear, inverse. symbol: Symbol, e.g., BTCUSDT. interval_time: Interval: 5min, 15min, 30min, 1h, 4h, 1d. limit: Number of records (default: 50, max: 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | Yes | ||
| interval_time | Yes | ||
| limit | No |