Skip to main content
This endpoint is only available to Growth and Enterprise plans.

Endpoint Details

Use this stream to track token transfers by sender, receiver, contract, or other indexed event fields.
Each endpoint serves a single chain family. Do not mix chainIds across families, for example Solana or Stellar chainIds on the EVM endpoint.
The EVM addresses used in filters must be lowercase.
Stellar address casing in filters:
  • Classic AMM pools — lowercase, in the lp:<hex> form. Example: lp:59fa1dc57433dcfbd2db7319d26cb3da1f28f2d8095a3ec36ad4ef9cadb0013e (XLM/AQUA)
  • All other addresses — uppercase: G... accounts, C... contracts, and CODE:ISSUER assets.

Subscription Payload

Response Frame

Every message uses the standard Multi-Events frame:
See the EVM Data Model and Solana Data Model for chain-specific fields.

Common Filters

Transfers to a Wallet

Transfers From or To a Wallet

Contract or Token Address

Parameters

  • chainIds (required): Chain identifiers, for example ["evm:1"], ["solana:solana"], or ["stellar:stellar"].
  • events (required): Must include transfer.
  • filters (optional): Filter conditions. See filters.
  • subscriptionId (optional): Identifier copied into matching responses.
  • subscriptionTracking (optional, default: false): Include subscription details in response logs.
  • tag (optional): Usage tag shown in the dashboard breakdown.

Keepalive

Unsubscribe