跳到主要内容

Symbol Price Ticker

Type: NONE

Weight: 1 with symbol, 2 without

GET /fapi/v1/ticker/price

Latest price for a symbol or symbols. Public endpoint: no X-MBX-APIKEY, timestamp or signature required.

Request

GET /fapi/v1/ticker/price?symbol=BTCUSDT

Query params

NameTypeRequiredNotes
symbolstringnoOmit for an array.

Response — 200

{
"symbol": "BTCUSDT",
"price": "60050.50",
"time": 1714261234567
}

If a freshly listed symbol has no trades yet (last_price = 0), price falls back to the mark price; Binance always returns a real last trade.

Errors

HTTPcodemsg
400-1121Invalid symbol.