watch_symbol
Pre-warm a live WebSocket subscription for a symbol to buffer real-time data before your first query. Select channels like ticker, trades, orderbook, or ohlcv with timeframe.
Instructions
Pre-warm a live WebSocket subscription for a symbol (optional).
Most tools auto-watch on first use, so this is only needed to warm a
buffer ahead of time. channels defaults to ["ticker","trades"];
valid channels are ticker, trades, orderbook, and ohlcv. For ohlcv,
suffix the timeframe so the forming candle overlays your get_ohlcv
queries on that timeframe — e.g. "ohlcv:1h" to enrich 1h candles
(a bare "ohlcv" defaults to 1m and only overlays 1m queries). When
the watch cap is exceeded, the least-recently-used symbol is released.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| channels | No | ||
| exchange | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||