Real-time WebSocket of pump.fun mints, bonding-curve progress, and migrations to pumpswap.
The pump-lifecycle stream pushes a token’s entire pump.fun journey — from theDocumentation Index
Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt
Use this file to discover all available pages before exploring further.
mint_created event, through bonding-curve progress, to graduated (migration to a tradeable pumpswap pool).
For one-shot history of the same events, use the REST endpoint GET /pump-lifecycle (under Pump lifecycle in the API reference).
graduated event — the pool only has swap volume after that point.
type (note: the REST /pump-lifecycle endpoint uses event_type for the same field — the streaming feed differs intentionally).
mint_created — a new pump.fun token is minted; the bonding curve is at 0%.
completing — the bonding curve hit its threshold and migration is imminent. bonding_pct reads 1.0.
graduated — bonding curve done, AMM pool is live at new_pool. Use that pool address for candles and swap queries from now on.
| Field | Notes |
|---|---|
type | mint_created | completing | graduated. |
ts | Unix epoch seconds (not ms — different from the swaps feed). |
dex / new_pool | Only on graduated. |
creator | Only on mint_created. |
bonding_pct | Only on completing (always 1.0). |