get_long_short_ratio
Retrieve the long/short account ratio for a symbol to analyze market sentiment. Supports linear and inverse products with customizable period and record limit.
Instructions
Get long/short ratio (account ratio).
Args: category: Product type: linear, inverse. symbol: Symbol, e.g., BTCUSDT. period: Period: 5min, 15min, 30min, 1h, 4h, 1d. limit: Number of records (default: 50, max: 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | Yes | ||
| period | Yes | ||
| limit | No |