Skip to main content
This endpoint requires a Growth or Enterprise plan. Learn more.

Returns

LaunchpadTokenEventOutput
LaunchpadTokenEventOutput!
See LaunchpadTokenEventOutput

Arguments

input
OnLaunchpadTokenEventInput
See OnLaunchpadTokenEventInput
Launchpad events are extremely high-frequency and will send a large number of requests. We offer a monthly flat-rate option with unlimited requests for this subscription. Contact us for more information.
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.
You can find a complete list of supported launchpad protocols here, and a list of filterable launchpad names here. For more information on our Launchpad event subscriptions, see our Launchpads recipe page.

Example

Test this query in the Explorer →
subscription {
  onLaunchpadTokenEvent(
    input: {
      protocol: Pump
      eventType: Created
    }
  ) {
    address
    networkId
    eventType
    launchpadName
    marketCap
    price
    liquidity
    holders
    volume1
    transactions1
    buyCount1
    sellCount1
    sniperCount
    sniperHeldPercentage
    devHeldPercentage
    token {
      name
      symbol
      info {
        imageThumbUrl
      }
    }
  }
}
  • 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