String!
The ID of the event (
address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.[Event!]!
A list of transactions for the token.
See Event
Show Properties
Show Properties
String!
The contract address of the token’s top pair.
EventCommitmentLevel!
The commitment level of the event within the live stream.
See EventCommitmentLevel
String
The price of the network’s base token.
String!
The hash of the block where the transaction occurred.
Int!
The block number for the transaction.
EventData
The event-specific data for the transaction. Can be
BurnEventData or MintEventData or SwapEventData.
See EventDataShow Properties
Show Properties
BurnEventData
See BurnEventData
MintEventData
See MintEventData
SwapEventData
See SwapEventData
PoolBalanceChangedEventData
EventType!
String!
The ID of the event (
address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.String
The contract address of the token with higher liquidity in the token’s top pair.
Int!
The index of the log in the block.
String
The wallet address that performed the transaction.
Int!
The network ID that the token is deployed on.
QuoteToken
The token of interest within the token’s top pair. Can be
token0 or token1.
See QuoteTokenInt!
The unix timestamp for when the transaction occurred.
String
The address of the event’s token0.
String
The address of the event’s token1.
String
The price of
token0 paid/received in USD, including any fees.String
The price of
token1 paid/received in USD, including any fees.String
The price of
token0 paid/received in the network’s base token, including fees.String
The price of
token1 paid/received in the network’s base token, including fees.String
The updated price of
token0 in USD, calculated after the transaction.String
The updated price of
token1 in USD, calculated after the transaction.String!
The unique hash for the transaction.
Int!
The index of the transaction within the block.
Int
An optional unique identifier describing where the event appears within the transaction.
EventDisplayType
LabelsForEvent
Labels attributed to the event.
See LabelsForEvent
Show Properties
Show Properties
SandwichLabelForEvent
WashtradeLabelForEvent
EventFeeData
Fee breakdown for this event.
See EventFeeData
Show Properties
Show Properties
String
Pool fee rate in the protocol’s native encoding.
Float
Pool fee rate normalized to basis points (1 bps = 0.01%).
String
Pool fee absolute amount in the fee token’s smallest unit.
Boolean
True when the pool fee is dynamic (e.g. UniswapV4 hooks, AlgebraIntegral plugins).
Boolean
True when poolFeeBps is a protocol-level estimate rather than an exact per-pool or per-swap value (e.g. MintClub averaged mint/burn royalties).
String
Base fee portion of gas cost in native token smallest unit (wei for EVM, lamports for Solana). baseFeePerGas * gasUsed on EVM, 5000 lamports * signatures on Solana.
String
Priority fee / gas tip in native token smallest unit. (effectiveGasPrice - baseFeePerGas) * gasUsed on EVM, meta.fee - baseFee on Solana.
String
Gas units consumed by the transaction (EVM gas units or Solana compute units).
String
Direct payment to the block builder in native token smallest unit. Sum of ETH transfers to block.coinbase on EVM, or Jito tip on Solana.
String
L1 data posting fee in native token smallest unit (L2 rollups only: Base, Optimism, etc.).
Int
Number of DEX events in this transaction. Used to pro-rate transaction-level fees per event.
SupplementalFeeData
Protocol-specific supplemental fee data (e.g. Pump cashback).
See SupplementalFeeData
Int
The age of the wallet in seconds.
[String!]
Labels attributed to the wallet.
TradeSource
The app the trade was placed through, when it could be determined. Null for the majority of events — most on-chain trades carry no identifying signal. Currently populated for Solana swaps only.
See TradeSource
Used By
Returned by- onTokenEventsCreated: Live-streamed events for a given token across all it’s pools