v26

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

Symbol Price Ticker

Latest price for a symbol or symbols.

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

Weight(IP):

  • 2 for a single symbol;
  • 4 when the symbol parameter is omitted;
get/api/v3/ticker/price

Query parameters

symbolstring
Example:BNBUSDT

Trading symbol, e.g. BNBUSDT

symbolsstring
Example:["BTCUSDT","BNBBTC"]

Response

Price ticker

OR

Example response

{
  "symbol": "BNBBTC",
  "price": "0.17160000"
}