Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Subscriptions use the WebSocket endpoint wss://api.mobula.io/graphql/subscriptions with the graphql-transport-ws protocol.

Returns

onLaunchpadTokenEvent
LaunchpadTokenEventOutput!
One launchpad event per push. See LaunchpadTokenEventOutput.

Arguments

input
OnLaunchpadTokenEventInput!
required
See OnLaunchpadTokenEventInput.

Example

subscription OnLaunchpadTokenEvent {
  onLaunchpadTokenEvent(input: { protocol: Pump, eventType: Deployed }) {
    address
    networkId
    protocol
    launchpadName
    eventType
    price
    marketCap
    holders
    token { id symbol name }
  }
}