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.Show View fields (LaunchpadTokenEventOutput)
Human-readable launchpad name.
1-minute transaction count.
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.
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
input
OnLaunchpadTokenEventInput!
required
See OnLaunchpadTokenEventInput.
protocols
[LaunchpadTokenProtocol!]
Multi-protocol filter (OR semantics).
Filter by human-readable launchpad name.
Filter by a specific token address.
Example
subscription OnLaunchpadTokenEvent {
onLaunchpadTokenEvent(input: { protocol: Pump, eventType: Deployed }) {
address
networkId
protocol
launchpadName
eventType
price
marketCap
holders
token { id symbol name }
}
}