Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Currently emitted as null on every event. Will be populated once the fee-extraction pipeline is wired into the live stream.
poolFeeRateRaw
String
Raw pool fee rate (encoding depends on protocol).
poolFeeBps
Float
Pool fee in basis points.
poolFeeAmountRaw
String
Raw pool fee amount taken from the swap.
dynamicFee
Boolean
Whether the pool charges a dynamic fee (e.g. some V4 pools).
estimatedPoolFee
Boolean
Whether poolFeeAmountRaw is exact or estimated from the rate × volume.
baseFeeNativeUnit
String
Block base fee, in the network’s native unit.
priorityFeeNativeUnit
String
Tip / priority fee paid by the transaction.
gasUsed
String
Gas used by the transaction.
builderTipNativeUnit
String
Tip paid to the block builder (MEV-Boost / Jito).
l1DataFeeNativeUnit
String
L1 data fee for L2 rollups (Optimism, Arbitrum, …).
txEventCount
Int
Number of events emitted by the same transaction (useful when allocating shared gas).
supplementalFeeData
SupplementalFeeData
Protocol-specific extra fee data (e.g. pump.fun cashback).