Order Book Depth (Spot)
binance_get_spot_order_bookSnapshot order book (bid/ask) real-time SPOT. Versi Spot dari binance_get_order_book_depth -- bandingkan wall/likuiditas spot vs futures. Default ringkas (top 10 + spread); detail: "full" untuk semua level sampai limit. PENTING: snapshot SESAAT, order book berubah cepat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Jumlah level bid/ask yang diambil per sisi. Harus salah satu dari: 5, 10, 20, 50, 100, 500, 1000, 5000. | |
| 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 | Yes | Simbol pair Binance Futures, contoh: BTCUSDT, ETHUSDT. Harus pair perpetual yang terdaftar di Binance USDS-M Futures. |