Skip to main content

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.

poolFeeRateRaw
String
Pool fee rate in the protocol’s native encoding.
poolFeeBps
Float
Pool fee rate normalized to basis points (1 bps = 0.01%).
poolFeeAmountRaw
String
Pool fee absolute amount in the fee token’s smallest unit.
dynamicFee
Boolean
True when the pool fee is dynamic (e.g. UniswapV4 hooks, AlgebraIntegral plugins).
estimatedPoolFee
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).
baseFeeNativeUnit
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.
priorityFeeNativeUnit
String
Priority fee / gas tip in native token smallest unit. (effectiveGasPrice - baseFeePerGas) * gasUsed on EVM, meta.fee - baseFee on Solana.
gasUsed
String
Gas units consumed by the transaction (EVM gas units or Solana compute units).
builderTipNativeUnit
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.
l1DataFeeNativeUnit
String
L1 data posting fee in native token smallest unit (L2 rollups only: Base, Optimism, etc.).
txEventCount
Int
Number of DEX events in this transaction. Used to pro-rate transaction-level fees per event.
supplementalFeeData
SupplementalFeeData
union
Protocol-specific supplemental fee data (e.g. Pump cashback). See SupplementalFeeData

Used By

Returned by