binance_get_trading_day_ticker
Retrieve price change statistics for the current trading day using a fixed calendar window. Specify a timezone to align stats to local midnight.
Instructions
Fetch price change statistics for the current trading day (a fixed calendar window).
Calls GET /api/v3/ticker/tradingDay (weight 4 per symbol, capped at 200 once >50
symbols requested; max 100 symbols per request).
When to Use:
For "today's" stats aligned to a specific timezone's midnight — e.g.
time_zone="+08:00".
When NOT to Use:
For a rolling 24h window instead of a calendar day — use
binance_get_ticker_24h.
Returns:
Markdown: stat blocks per symbol (up to 50 shown). JSON: count/shown plus tickers.
Examples: params = {"symbol": "BTCUSDT", "time_zone": "+08:00"}
Error Handling:
More than 100 symbols or neither symbol nor symbols is rejected locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |