/api/v1/stats/overviewHeadline coverage numbers for today: launches, graduations, 30-day graduation rate, indexed 24h volume, and how many venues and chains we track.
Response fields
launches_today— Tokens indexed as launched today (UTC).graduations_today— Indexed tokens that graduated today (UTC).graduation_rate_30d_pct— Graduations ÷ launches over the trailing 30 days, as a percentage. null when no launches.indexed_volume_24h_usd— Sum of today's venue volume across indexed tokens, USD.venues_tracked— Active named launchpads, excluding generic DEX fallbacks.chains_tracked— Distinct chains with at least one active venue.data_since— First day of stats we hold (YYYY-MM-DD).
Example request
curl https://memecentral.fun/api/v1/stats/overviewExample response
{
"coverage": {
"scope": "tokens indexed by Meme Central",
"not_total_market": true,
"data_since": "2026-08-30"
},
"attribution": "Data: Meme Central, memecentral.fun",
"as_of": "2026-08-30T21:52:07.860Z",
"launches_today": 124,
"graduations_today": 24,
"graduation_rate_30d_pct": 19.35,
"indexed_volume_24h_usd": 80195597.18,
"venues_tracked": 10,
"chains_tracked": 5,
"data_since": "2026-08-30"
}