get_ticker
Retrieve a current price snapshot for any symbol, including bid/ask, 24h high/low, volume, and change. Starts a live WebSocket watch to provide fresher data on subsequent calls.
Instructions
Get the current price snapshot for a symbol (the primary quote tool).
Returns last/bid/ask, 24h high/low/volume, 24h change %, plus freshness
fields source (websocket|rest), age_ms and timestamp. The
first (cold) call answers via REST and starts a live WebSocket watch, so
subsequent calls return fresher websocket-sourced data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| exchange | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||