COINGLASS_LIQUIDATIONS_COIN
Aggregate liquidation history for a cryptocurrency across multiple exchanges. Specify exchanges, symbol, interval, and time range to analyze liquidation events.
Instructions
Get aggregated liquidation history for a coin across exchanges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange_list | Yes | Comma-separated exchanges to aggregate, e.g., Binance,OKX,Bybit | |
| symbol | Yes | Coin symbol, e.g., BTC | |
| 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. |