Subscriptions use the WebSocket endpoint
wss://api.mobula.io/graphql/subscriptions with the graphql-transport-ws protocol.Returns
One launchpad event per push. See LaunchpadTokenEventOutput.
Show View fields (LaunchpadTokenEventOutput)
Show View fields (LaunchpadTokenEventOutput)
Token contract address.
Chain id.
Launchpad protocol id (matches a LaunchpadTokenProtocol value).
Launchpad factory display name.
Full token metadata. See EnhancedToken.
1-minute buy count.
1-minute sell count.
1-minute transaction count.
1-minute volume (USD).
Distinct holders.
Market cap (USD).
Token price (USD).
Liquidity (USD).
1-minute pool fees (USD).
1-minute base fees (USD).
1-minute priority fees (USD).
1-minute builder tips (USD).
1-minute L1 data fees (USD).
1-minute total fees (USD).
1-minute fee/volume ratio.
Distinct sniper wallets.
Percentage of supply held by snipers.
Distinct bundler wallets.
Percentage of supply held by bundlers.
Distinct insider wallets.
Percentage of supply held by insiders.
Percentage of supply held by the deployer wallet.
Top-10 holder concentration (%).
Arguments
See OnLaunchpadTokenEventInput.
Show Input fields
Show Input fields
Single protocol filter. See LaunchpadTokenProtocol.
Multi-protocol filter (OR semantics).
Multi-factory filter.
Filter by event type. See LaunchpadTokenEventType.
Filter by a specific token address.
Filter by chain id.
Example
subscription OnLaunchpadTokenEvent {
onLaunchpadTokenEvent(input: { protocol: Pump, eventType: Deployed }) {
address
networkId
protocol
launchpadName
eventType
price
marketCap
holders
token { id symbol name }
}
}