v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Market

24hr Ticker Price Change Statistics

24 hour rolling window price change statistics. Careful when accessing this with no symbol.

  • If the symbol is not sent, tickers for all symbols will be returned in an array.

Weight(IP):

  • 2 for a single symbol;
  • 80 when the symbol parameter is omitted;
get/api/v3/ticker/24hr

Query parameters

symbolstring
Example:BNBUSDT

Trading symbol, e.g. BNBUSDT

symbolsstring
Example:["BTCUSDT","BNBBTC"]
type'FULL' | 'MINI'
Example:FULL

Supported values: FULL or MINI. If none provided, the default is FULL

Response

24hr ticker

OR

Example response

{
  "symbol": "BNBBTC",
  "priceChange": "0.17160000",
  "priceChangePercent": "1.060",
  "prevClosePrice": "16.35920000",
  "lastPrice": "27.84000000",
  "bidPrice": "16.34488284",
  "bidQty": "16.34488284",
  "askPrice": "16.35920000",
  "askQty": "25.06000000",
  "openPrice": "16.18760000",
  "highPrice": "16.55000000",
  "lowPrice": "16.16940000",
  "volume": "1678279.95000000",
  "quoteVolume": "27431289.14792300",
  "openTime": 1592808788637,
  "closeTime": 1592895188637,
  "firstId": 62683296,
  "lastId": 62739253,
  "count": 55958
}