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
| Name | Type | Required | Notes |
|---|---|---|---|
symbol | string | no | Omit 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
| HTTP | code | msg |
|---|---|---|
400 | -1121 | Invalid symbol. |