Long/Short Ratio
binance_get_long_short_ratioRasio posisi long vs short agregat (semua akun/global) + tren, LANGSUNG dari Binance native globalLongShortAccountRatio. Ratio > 1 = lebih banyak/besar posisi long. KETERBATASAN: rasio BLENDED, bukan breakdown top-trader (pakai binance_get_top_trader_ratio untuk itu). Default ringkas (snapshot + tren + <=10 poin terbaru); detail: "full" untuk histori lengkap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Jumlah data poin terakhir | |
| 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 |
| period | No | Interval antar data poin: 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d | 15m |
| symbol | Yes | Simbol pair Binance Futures, contoh: BTCUSDT, ETHUSDT. Harus pair perpetual yang terdaftar di Binance USDS-M Futures. |