Skip to main content

Symbol Price Ticker

API Description#

Latest price for a symbol or symbols.

HTTP Request#

GET /dapi/v1/ticker/price

Request Weight#

1 for a single symbol, 2 when the symbol parameter is omitted

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGNO
pairSTRINGNO
  • Symbol and pair cannot be sent together
  • If a pair is sent,tickers for all symbols of the pair will be returned
  • If either a pair or symbol is sent, tickers for all symbols of all pairs will be returned

Response Example#

[    {        "symbol": "BTCUSD_200626",          "ps": "9647.8",             // pair         "price": "9647.8",              "time": 1591257246176      }]