---
title: "Symbol Price Ticker"
method: GET
path: "/api/v3/ticker/price"
tags: ["Market"]
---

# Symbol Price Ticker

`GET /api/v3/ticker/price`

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;

## Query parameters

- `symbol` string
- `symbols` string

## Response `200`

Price ticker

- union
  - PriceTicker
    - `symbol` string, required
    - `price` string, required
  - PriceTicker[]
    - `symbol` string, required
    - `price` string, required

## Other responses

- `400` — Bad Request

## Changes

- **2022-05-23** `48fbf99b3887` — 1 info
  - added the new optional `query` request parameter `symbols`
- **2021-10-25** `a484ce871a72` — 6 info
  - the response property `code` became required for the status `400`
  - the response property `msg` became required for the status `400`
  - the response property `oneOf[#/components/schemas/priceTickerList]/items/price` became required for the status `200`
  - the response property `oneOf[#/components/schemas/priceTickerList]/items/symbol` became required for the status `200`
  - …2 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/ticker/price/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
