Skip to main content
GET
Pump.fun token lifecycle events

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Query Parameters

status
enum<string>
default:new

Lifecycle phase. new = recent mints; completing / graduating = bonding curve near 100%; migrated = already on pumpswap. Any other value → 400 invalid_filter:status:<value>.

Available options:
new,
completing,
graduating,
migrated
limit
integer
default:30
Required range: 1 <= x <= 100
before
integer

Cursor — epoch seconds; returns events strictly older than this.

Response

Lifecycle events

status
string
events
object[]
next_before_ts
integer | null

Pass this back as before for the next page. Stays non-null on the final page of data — it only becomes null after a follow-up request that returns an empty events[].