---
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): 2

## Query parameters

- `symbol` string, required

## Response `200`

Average price

- object
  - `mins` integer, required — Average price interval (in minutes)
  - `price` string, required — Average price
  - `closeTime` integer, required — Last trade time

## Other responses

- `400` — Bad Request

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 info
  - added the required property `closeTime` to the response with the `200` status
- **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-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
