---
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

---

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