MEMEFEES

open data · api v1 · cc by 4.0

Open launchpad data

Everything the MemeFees engine stores is available as JSON and CSV over plain HTTPS, no key, no rate card. The store holds 8,652 pad-days of daily series since 2024-03-01, 202,277 counted launches, 659 graduations with follow-ups, and 981 bonding-curve samples across 773 notable tokens. Fees, revenue and volume come from DefiLlama and are labelled by source in every row; everything else is counted by MemeFees. License: CC BY 4.0. Free to use with attribution and a link to memefees.com.

datasets

Pad daily

One row per launchpad per UTC day: fees, revenue, volume (DefiLlama, labelled), launches, graduations, graduation rate, median time to graduation (MemeFees).

https://memefees.com/api/v1/pad-daily · columns: pad, day, fees_usd, revenue_usd, volume_usd, launches, launches_complete, graduations, grad_rate_24h, median_ttg_min, source · from 2024-03-01

Launches daily

Launches per launchpad per UTC day with a completeness flag, plus today so far.

https://memefees.com/api/v1/launches-daily · columns: pad, day, launches, complete, partial_day · from 2026-08-15

Graduations dailycollecting

Graduations, 24-hour graduation rate and median time to graduation per launchpad per UTC day.

https://memefees.com/api/v1/graduations-daily · columns: pad, day, launches, graduations, grad_rate_24h, median_ttg_min · from 2026-09-04

Survivalcollecting

Per launchpad and horizon (1 h, 24 h, 7 d): sample, tokens above graduation market cap, share, median multiple, missing.

https://memefees.com/api/v1/survival · columns: pad, horizon, sample, above_graduation_mcap, share_above_pct, median_multiple, missing · from 2026-09-04

Market share

Trailing 7, 30 and 90-day fee share per launchpad and 30-day fees.

https://memefees.com/api/v1/market-share · columns: pad, share_7d_pct, share_30d_pct, share_90d_pct, fees_30d_usd · from 2024-03-01

api

?days=90
Trailing complete UTC days, 1 to 730. Today is excluded from daily series (partial) and appended by launches-daily with partial_day=true.
?pad=pump-fun
One launchpad. Slugs match the URLs under /launchpads/.
?format=csv
RFC 4180 CSV with a header row. Default is JSON: version, dataset, source, license, asOf, columns, rows.
caching
Responses are cached for five minutes at the edge; the store updates every five minutes and rolls days up at 00:10 UTC.
/api/v1/health
Engine health: 200 when green, 503 otherwise. Human view on /status.
/api/stats · /api/launches
The live scoreboard and the live launch feed (existing, unchanged).

rules of use

  • Attribute MemeFees with a link to memefees.com wherever the numbers appear (CC BY 4.0).
  • Keep the source labels: fees, revenue and volume are DefiLlama series; launches, graduations and survival are MemeFees counts.
  • Respect completeness flags. A day marked incomplete is a floor, not an estimate.
  • Definitions live on the methodology page and change only with a dated changelog entry.
  • Bulk mirrors and embeds are welcome; a link back is all we ask.