COINGLASS_LIQUIDATIONS_PAIR
Retrieve historical liquidation data for a futures pair by exchange, symbol, interval, and time range to analyze market changes.
Instructions
Get liquidation history for a specific futures pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Futures exchange, e.g., Binance | |
| symbol | Yes | Trading pair, e.g., BTCUSDT | |
| interval | No | 1d | |
| limit | No | ||
| start_time | No | ||
| end_time | No | ||
| prettyFormat | No | When true (default), returns a human-readable summary; when false, returns raw API-shaped data. |