market_get_ticker
Fetch real-time 24-hour ticker statistics for a trading pair from Binance, including last price, price change, high/low, volume, bid/ask, and quote volume.
Instructions
Deprecated: prefer ccxt_public_call and ccxt_describe_exchange for new integrations. Fetch real-time 24-hour ticker statistics for a trading pair from Binance. Returns last price, price change, high/low, volume, bid/ask, and quote volume for the specified symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT') |