This endpoint requires a Growth or Enterprise plan. Learn more.
Returns
LaunchpadTokenEventOutput!
Arguments
OnLaunchpadTokenEventInput
For monitoring pool graduations, use
migrated events instead of completed events. While both event types are currently saved to our database, only migrated events are actively emitted via subscriptions. The completed event is a legacy state and will be deprecated in a future release. We recommend updating your integration to listen for migrated events to ensure reliable graduation monitoring.Example
Test this query in the Explorer →Usage Guidelines
- This subscription is scoped to the launch lifecycle: events stream from token creation through the bonding curve, then for 6 hours post-migration (graduation). This window captures the volatile post-graduation period where most launchpad token activity occurs, without duplicating data available from the standard subscriptions
- To follow a token beyond the 6-hour window, hand off when you see the
Migratedevent: subscribe to the token withonTokenEventsCreatedoronPriceUpdatedfor continuous coverage with no gap - For high-throughput use cases monitoring many tokens, prefer
onLaunchpadTokenEventBatch, which batches multiple events per message
Related Recipes
- Launchpads: Build a launchpad discovery view with real-time token lifecycle updates
- Launchpad Lifecycle: Understand how tokens progress through launchpad stages from bonding curve to graduation