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

Endpoint Details

Use this stream when you need every raw swap event that matches your filters.
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 Curated Data Model for the swap fields.

Common Filters

Pool Types

Pool Address Batch

Pool Type and Sender

Parameters

  • chainIds (required): Chain identifiers, for example ["evm:8453"], ["solana:solana"], or ["stellar:stellar"].
  • events (required): Must include swap.
  • 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

Send a ping periodically to keep long-lived connections active:

Unsubscribe