Skip to main content
Subscriptions use wss://graphql.mobula.io/graphql with the graphql-transport-ws protocol. wss://graphql.mobula.io/graphql/subscriptions is also supported for backwards compatibility.

Returns

onTokenEventsCreated
AddTokenEventsOutput!
Batched events for the subscribed token. See AddTokenEventsOutput.

Arguments

input
OnTokenEventsCreatedInput!
required
commitmentLevel
[EventCommitmentLevel!]
Separate top-level argument (not part of input). Optional commitment filter: Confirmed (default if omitted) — events confirmed on-chain. Processed — events as soon as they’re observed (unconfirmed; may be reorged out), available on Solana only. See EventCommitmentLevel.

Example

Example response