---
title: "VWAP (Volume-Weighted Average Price)"
method: GET
path: "/api/v1/coins/{slug}/indicators/vwap"
tags: ["Indicators"]
---

# VWAP (Volume-Weighted Average Price)

`GET /api/v1/coins/{slug}/indicators/vwap`

Daily VWAP — the average price weighted by volume, a core fair-value and
execution reference; price above VWAP reads bullish, below bearish. Single
decimal-string series, no window parameter.

## Query parameters

- `start` string — ISO date lower bound.
- `end` string — ISO date upper bound.
- `limit` integer — Max rows (1–1000, default 365).

## Response `200`

- object
  - `data` object[]
    - `date` string
    - `value` string
  - `meta` object
    - `coin` string
    - `indicator` string
    - `period` string, nullable
    - `count` integer

---

[API](https://skmtc.dev/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.dev/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/revisions/a393a65962eb/schema)
