BinanceSpotRest.Endpoints.MarketData.Ticker.SymbolQuery (Binance Spot Rest v0.2.1)
View SourceTicker - Symbol query
Rolling window price change statistics
GET /api/v3/tickerNote: This endpoint is different from the GET /api/v3/ticker/24hr endpoint.
The window used to compute statistics will be no more than 59999ms from the requested windowSize.
openTime for /api/v3/ticker always starts on a minute, while the closeTime is the current time of the request.
As such, the effective window will be up to 59999ms wider than windowSize.
E.g. If the closeTime is 1641287867099 (January 04, 2022 09:17:47:099 UTC) , and the windowSize is 1d. the openTime will be: 1641201420000 (January 3, 2022, 09:17:00)
Weight:
4 for each requested symbol regardless of windowSize.
The weight for this request will cap at 200 once the number of symbols in the request is more than 50.
Data Source: Database
Full docs: Binance API – ticker