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
Batched events for the subscribed token. See AddTokenEventsOutput.
Arguments
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.