Skip to main content
String!
The contract address of the token’s top pair.
String!
The hash of the block where the transaction occurred.
Int!
The block number for the transaction.
EventType!
The type of transaction event. Can be Burn, Mint, Swap, Sync, Collect, or CollectProtocol. See EventType
String!
The ID of the event (address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.
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 QuoteToken
Int!
The unix timestamp for when the transaction occurred.
String!
The unique hash for the transaction.
Int!
The index of the transaction within the block.
Int
A optional unique identifier of where the event is within the transaction.
EventDisplayType
A more specific breakdown of eventType. Splits Swap into Buy or Sell. See EventDisplayType
UnconfirmedEventData
union
The event-specific data for the transaction. See UnconfirmedEventData

Used By

Returned by
  • onUnconfirmedEventsCreated (deprecated): Deprecated unconfirmed live-streamed transactions for a token. Use onEventsCreated instead. (Solana only)
  • onUnconfirmedEventsCreatedByMaker (deprecated): Deprecated unconfirmed live-streamed transactions for a maker. Use onEventsCreatedByMaker instead. (Solana only)