v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Indicators

CMF (Chaikin Money Flow)

Daily Chaikin Money Flow — sums money-flow volume over the period to gauge accumulation vs. distribution; positive reads as net buying pressure, negative as selling. Bounded around ±1. Single series, no window parameter.

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

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": 0.14
    }
  ],
  "meta": {
    "coin": "bitcoin",
    "indicator": "cmf",
    "period": null,
    "count": 1
  }
}