binance_get_ticker_24h
Fetch 24-hour rolling price statistics for one or more symbols: price change, high, low, and volume. Supports single, multiple, or all symbols, with markdown or JSON output.
Instructions
Fetch 24-hour rolling price change statistics.
Calls GET /api/v3/ticker/24hr. Weight: symbol → 2; symbols → 2 for 1-20, 40 for
21-100, 80 for 101+; no symbol at all (all 3700+ symbols) → weight 80 — use sparingly.
When to Use:
For a market snapshot: price change %, high/low, volume over the last 24h.
When NOT to Use:
For a fixed calendar-day window — use
binance_get_trading_day_ticker.For a custom rolling window — use
binance_get_rolling_ticker.
Returns:
Markdown: up to 50 symbols as stat blocks. JSON: count/shown plus the tickers.
Examples: params = {"symbol": "BTCUSDT"} params = {"symbols": ["BTCUSDT", "ETHUSDT"], "type": "MINI"}
Error Handling:
An unknown symbol raises Binance -1121 Invalid symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |