Documentation Index
Fetch the complete documentation index at: https://docs.codex.io/llms.txt
Use this file to discover all available pages before exploring further.
The contract address of the token’s top pair.
The hash of the block where the transaction occurred.
The block number for the transaction.
The type of transaction event. Can be
Burn, Mint, Swap, Sync, Collect, or CollectProtocol.
See EventTypeThe ID of the event (
address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.The index of the log in the block.
The wallet address that performed the transaction.
The network ID that the token is deployed on.
The token of interest within the token’s top pair. Can be
token0 or token1.
See QuoteTokenThe unix timestamp for when the transaction occurred.
The unique hash for the transaction.
The index of the transaction within the block.
A optional unique identifier of where the event is within the transaction.
A more specific breakdown of
eventType. Splits Swap into Buy or Sell.
See EventDisplayTypeThe event-specific data for the transaction.
See UnconfirmedEventData
Used By
Returned by- onUnconfirmedEventsCreated (deprecated): Deprecated unconfirmed live-streamed transactions for a token. Use
onEventsCreatedinstead. (Solana only) - onUnconfirmedEventsCreatedByMaker (deprecated): Deprecated unconfirmed live-streamed transactions for a maker. Use
onEventsCreatedByMakerinstead. (Solana only)