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.
Pool fee rate in the protocol’s native encoding.
Pool fee rate normalized to basis points (1 bps = 0.01%).
Pool fee absolute amount in the fee token’s smallest unit.
True when the pool fee is dynamic (e.g. UniswapV4 hooks, AlgebraIntegral plugins).
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).
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.
Priority fee / gas tip in native token smallest unit. (effectiveGasPrice - baseFeePerGas) * gasUsed on EVM, meta.fee - baseFee on Solana.
Gas units consumed by the transaction (EVM gas units or Solana compute units).
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.
L1 data posting fee in native token smallest unit (L2 rollups only: Base, Optimism, etc.).
Number of DEX events in this transaction. Used to pro-rate transaction-level fees per event.
Protocol-specific supplemental fee data (e.g. Pump cashback).
See SupplementalFeeData
Used By
Returned by- getTokenEvents: Returns transactions for a pair.
- getTokenEventsForMaker: Returns a list of token events for a given maker (wallet address).
- onEventsCreated: Live-streamed transactions for a pair.
- onEventsCreatedByMaker: Live-streamed transactions for a maker.
- onTokenEventsCreated: Live-streamed events for a given token across all it’s pools