v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Indicators

VWAP (Volume-Weighted Average Price)

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.

get/api/v1/coins/{slug}/indicators/vwap

Query parameters

startstring

ISO date lower bound.

Example:2026-06-01

ISO date lower bound.

endstring

ISO date upper bound.

Example:2026-06-30

ISO date upper bound.

limitinteger

Max rows (1–1000, default 365).

Example:30

Max rows (1–1000, default 365).

Response

Example response

{
  "data": [
    {
      "date": "2026-06-14",
      "value": "62880.10000000"
    }
  ],
  "meta": {
    "coin": "bitcoin",
    "indicator": "vwap",
    "period": null,
    "count": 1
  }
}