Public API
A read-only JSON interface over this site’s stored data. It serves exactly what the pages serve — the same figures, the same reference periods, the same attribution — and never proxies an upstream provider.
Envelope
Every response is an object with data and meta. The meta block carries the row count, the time served, the disclaimer and the full attribution string — reproduce the attribution wherever you reproduce the figures.
{
"data": [ ... ],
"meta": {
"count": 200,
"served_from": "site cache — no upstream call was made for this request",
"as_of": "2026-01-01T00:00:00+00:00",
"disclaimer": "Research and information only — not investment advice ...",
"attribution": "Market data and asset profiles by CoinGecko. Protocol fees ..."
}
}Endpoints
Terms of use
The interface is open and unauthenticated. Please keep request rates reasonable — everything is cached for two minutes, so polling faster than that returns the same bytes. Attribute figures to the provider named in the meta.attribution string, keep the reference period with any figure you republish, and do not present these values as live prices. Redistributing the underlying data as a substitute product is not permitted; see the Terms of Use.