/binance/tickers
Get price-change statistics for one or more trading pairs over a rolling window
Price: 1 credit
💡 AI Hint: Get rolling price-change statistics for one or more Binance spot trading pairs (e.g. ‘BTCUSDT’). For each pair it returns the last price, price change and percent change, weighted average price, open/high/low prices, base and quote volume, the number of trades, and the window’s open and close times. With the default 24-hour window it also includes the current best bid/ask prices and sizes, previous close, and last trade size. Set window_size (e.g. ‘1h’, ‘4h’, ‘1d’) for a rolling window other than 24 hours.
⚠️ Common errors: 412: None of the requested trading pairs were found
Authorizations
API token from the dashboard
Headers
Body
Trading pair symbols, uppercase, no separator
1["BTCUSDT", "ETHUSDT"]Max scrapping execution timeout (in seconds)
20 <= x <= 1500Rolling window for the statistics, e.g. '1h', '4h', '1d'. When omitted, a fixed 24-hour window is used
"1d"
Response
Successful Response