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;
Query parameters
Trading symbol, e.g. BNBUSDT
Supported values: FULL or MINI. If none provided, the default is FULL
Response
24hr ticker
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
}Changes
Changed in 4 of the 26 revisions of this API.144
- ▲
the
queryrequest parametertypewas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
FULLto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
added the new enum value
MINIto thequeryrequest parametertyperequest-parameter-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parametertypenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametersymbolsnew-optional-request-parameter
- ○
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
oneOf[tickerList]/items/askPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/askQtybecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/bidPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/bidQtybecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/closeTimebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/countbecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/firstIdbecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/highPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/lastIdbecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/lastPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/lowPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/openPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/openTimebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/prevClosePricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/priceChangebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/priceChangePercentbecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/quoteVolumebecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/symbolbecame required for the status200response-property-became-required
- ○
the response property
oneOf[tickerList]/items/volumebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/askPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/askQtybecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/bidPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/bidQtybecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/closeTimebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/countbecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/firstIdbecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/highPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/lastIdbecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/lastPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/lowPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/openPricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/openTimebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/prevClosePricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/priceChangebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/priceChangePercentbecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/quoteVolumebecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/symbolbecame required for the status200response-property-became-required
- ○
the response property
oneOf[ticker]/volumebecame required for the status200response-property-became-required
- ○