---
title: "Current Average Price"
method: GET
path: "/api/v3/avgPrice"
tags: ["Market"]
---

# Current Average Price

`GET /api/v3/avgPrice`

Current average price for a symbol.

Weight(IP): 1

## Query parameters

- `symbol` string, required

## Response `200`

Average price

- object
  - `mins` integer, required
  - `price` string, required

## Other responses

- `400` — Bad Request

## Changes

- **2021-10-25** `a484ce871a72` — 4 info
  - the response property `code` became required for the status `400`
  - the response property `mins` became required for the status `200`
  - the response property `msg` became required for the status `400`
  - the response property `price` became required for the status `200`

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/avgPrice/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.dev/binance/apis/binance-public-spot-api/revisions/558ab69ec555?raw)
