Get order-book snapshot (walls / imbalance + S/R)
get_orderbookLive order-book snapshot for a symbol — bid/ask walls, book imbalance, spread — FOLDED with support/resistance levels (classic TA fused with cross-exchange book walls + Fibonacci) so you see resting liquidity AND the level map in one call. Cross-exchange aggregate, derived levels only. Market DATA, not advice; thin/uncovered symbols return null fields (normal). Routes: /v1/orderbook/{symbol} + folds /v1/sr as sr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Perp symbol, e.g. 'BTCUSDT' (case/space-insensitive). Resolves the cross-venue aggregate. | |
| include_sr | No | If true (default), fold support/resistance + Fibonacci levels (/v1/sr) into the response under `sr`. Set false to skip. | |
| sr_timeframe | No | Timeframe for the folded S/R computation. Default '1h'. | 1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||