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

onHoldersUpdated
HoldersUpdate
A batched holders update for the subscribed token, emitted whenever balances change. See HoldersUpdate.

Arguments

tokenId
String!
required
Token identifier in <tokenAddress>:<networkId> form (e.g. 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1).

Example