v1
latestOpenAPI 3.0.32026-08-04850206.9 KBIndicators
Volume volatility
Daily volume-volatility index — the dispersion of daily trading volume over the window, a read on how erratic participation has been. Windows: 7, 14, 30 days (default 7) — the 30-day window requires the Starter plan or higher.
get/api/v1/coins/{slug}/indicators/volume-volatility
Query parameters
periodinteger
Window length — one of 7, 14, 30 (default 7).
Example:7
Window length — one of 7, 14, 30 (default 7).
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": 12.6
}
],
"meta": {
"coin": "bitcoin",
"indicator": "volume-volatility",
"period": 7,
"count": 1
}
}