All Force Orders (Liquidations)
binance_get_all_force_ordersHistori liquidation / force orders market-wide (GET /fapi/v1/allForceOrders). Catatan: endpoint ini sering dibatasi Binance. Handle error dengan baik. Bukan pengganti data liquidation-by-price (yang WAF-blocked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| detail | No | 'summary' (default): metrik turunan + <=10 poin terbaru saja, HEMAT TOKEN. 'full': array/level mentah lengkap seperti sebelumnya. Lihat docs/tool_response_reference.md. | summary |
| symbol | No | Simbol pair Binance Futures, contoh: BTCUSDT, ETHUSDT. Harus pair perpetual yang terdaftar di Binance USDS-M Futures. | |
| endTime | No | ISO 8601 | |
| startTime | No | ISO 8601 |