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.

id
String!
Per-event unique id (transactionHash:logIndex:networkId). Use this for client-side dedup.
address
String!
Pair contract address (lowercase).
networkId
Int!
Network ID the pair is on.
eventType
EventType!
Type of the event. See EventType.
eventDisplayType
EventDisplayType
Friendlier breakdown — splits Swap into Buy/Sell. See EventDisplayType.
commitmentLevel
EventCommitmentLevel!
Commitment level of the event. Always Confirmed today. See EventCommitmentLevel.
blockHash
String!
Hash of the block that includes the event.
blockNumber
Int!
Block number.
transactionHash
String!
Transaction hash.
transactionIndex
Int!
Index of the transaction within the block.
logIndex
Int!
Index of the log within the block.
supplementalIndex
Int
Optional sub-index identifying the event’s position within a multi-event transaction.
timestamp
Int!
Unix timestamp (seconds) of the event.
maker
String
Wallet address that initiated the transaction. Can be null on synthetic / non-trade events.
quoteToken
QuoteToken
The token-of-interest in the pair (token0 or token1). Defaults to the per-pool default; client may override on onEventsCreated. See QuoteToken.
token0Address
String
Pair’s token0 address.
token1Address
String
Pair’s token1 address.
liquidityToken
String
Address of the higher-liquidity side of the pair. Currently null (pending native-price + liquidity-token enrichment).
baseTokenPrice
String
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.
token0SwapValueUsd
String
Per-unit USD price implied by this swap for token0. null for non-Swap events.
token1SwapValueUsd
String
Per-unit USD price implied by this swap for token1. null for non-Swap events.
token0PoolValueUsd
String
Post-swap pool spot price for token0 in USD.
token1PoolValueUsd
String
Post-swap pool spot price for token1 in USD.
token0ValueBase
String
Token0 swap value denominated in the network’s native token. Currently null.
token1ValueBase
String
Token1 swap value denominated in the network’s native token. Currently null.
data
EventData
Event-specific payload. See EventData.
walletAge
Int
Age of the maker’s wallet in seconds (since funding_date). Populated when selected.
walletLabels
[String!]
Labels attributed to the maker’s wallet (e.g. smartTrader, freshTrader). Populated when selected.
labels
LabelsForEvent
Sandwich / washtrade detection per event. Currently null — see onEventLabelCreated for live label streams. See LabelsForEvent.
feeData
EventFeeData
Fee breakdown for the event. Currently null (fee extraction pipeline not yet wired into the live stream). See EventFeeData.