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.
Per-event unique id (
transactionHash:logIndex:networkId). Use this for client-side dedup.Pair contract address (lowercase).
Network ID the pair is on.
Friendlier breakdown — splits Swap into Buy/Sell. See EventDisplayType.
Commitment level of the event. Always
Confirmed today. See EventCommitmentLevel.Hash of the block that includes the event.
Block number.
Transaction hash.
Index of the transaction within the block.
Index of the log within the block.
Optional sub-index identifying the event’s position within a multi-event transaction.
Unix timestamp (seconds) of the event.
Wallet address that initiated the transaction. Can be null on synthetic / non-trade events.
The token-of-interest in the pair (
token0 or token1). Defaults to the per-pool default; client may override on onEventsCreated. See QuoteToken.Pair’s token0 address.
Pair’s token1 address.
Address of the higher-liquidity side of the pair. Currently
null (pending native-price + liquidity-token enrichment).USD price of the network’s native token (BNB on BSC, ETH on Ethereum, …) at the event’s block, encoded as
nativeUsd × 1e8. Currently null.Per-unit USD price implied by this swap for token0.
null for non-Swap events.Per-unit USD price implied by this swap for token1.
null for non-Swap events.Post-swap pool spot price for token0 in USD.
Post-swap pool spot price for token1 in USD.
Token0 swap value denominated in the network’s native token. Currently
null.Token1 swap value denominated in the network’s native token. Currently
null.Age of the maker’s wallet in seconds (since
funding_date). Populated when selected.Labels attributed to the maker’s wallet (e.g.
smartTrader, freshTrader). Populated when selected.Sandwich / washtrade detection per event. Currently
null — see onEventLabelCreated for live label streams. See LabelsForEvent.Fee breakdown for the event. Currently
null (fee extraction pipeline not yet wired into the live stream). See EventFeeData.