comet.cat
comet.cat
indexing blocks/0%
Robinhood Chain analytics

Documentation

Where the numbers come from, and what is not measured
⌘K
Where the numbers come from
Every figure on this site is read from a public third-party analytics dashboard — 30 queries covering volume, launches, wallets, transactions, launchpads and RWAs — alongside a live market feed for price, liquidity and holder counts. Nothing is estimated, modelled or filled in.
How fresh it is
The dashboard publishes daily aggregates, not a live stream. The date in the sidebar is the last day the dataset covers, and every API response carries the same date in meta.asOf alongside the time it was fetched.
What is not measured
Token prices, liquidity, holder distribution, portfolio balances and per-wallet positions are not published by these queries. Screens that would need them are marked "not yet live" rather than filled with estimates, and the API does not return those fields.
Using the API
The endpoints under /api/v1 are open — no key, no rate limit today. Responses are JSON with a data payload and a meta block naming the source and the day covered. Treat it as best-effort: it reads one public dashboard and carries no uptime guarantee.
Quickstart
curl "https://comet.cat/api/v1/tokens?list=traded&window=24h&limit=10"
FAQ