Market
Trading Day Ticker
Price change statistics for a trading day.
Notes:
- Supported values for timeZone:
- Hours and minutes (e.g. -1:00, 05:45)
- Only hours (e.g. 0, 8, 4)
Weight:
- 4 for each requested symbol.
- The weight for this request will cap at 200 once the number of symbols in the request is more than 50.
get/api/v3/ticker/tradingDay
Query parameters
symbolstring
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
symbolsstring
Example:["BTCUSDT","BNBBTC"]
timeZonestring
Default: 0 (UTC)
type'FULL' | 'MINI'
Example:FULL
Supported values: FULL or MINI. If none provided, the default is FULL
Response
Trading day ticker
Example response
{
"symbol": "BTCUSDT",
"priceChange": "-83.13000000",
"priceChangePercent": "-0.317",
"weightedAvgPrice": "26234.58803036",
"openPrice": "26304.80000000",
"highPrice": "26397.46000000",
"lowPrice": "26088.34000000",
"lastPrice": "26221.67000000",
"volume": "18495.35066000",
"quoteVolume": "485217905.04210480",
"openTime": 1695686400000,
"closeTime": 1695772799999,
"firstId": 3220151555,
"lastId": 3220849281,
"count": 697727
}