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.

maker
String!
required
Maker / transaction sender wallet address.
networkId
Int
Optional network filter; if omitted, scans across chains.
tokenAddress
String
Optional token filter — matches (token0 = X OR token1 = X). The OR clause is parens-wrapped on both pool and swap paths.
eventType
EventType
When omitted, this query stays on pool_events (Sync / Collect / CollectProtocol / PoolBalanceChanged). To fetch trades, pass eventType: Swap. See EventType.
timestamp
EventQueryTimestampInput
Time window in Unix seconds. See EventQueryTimestampInput.
priceUsdTotal
NumberFilter
Filter on swap USD value. Applies on the swap path; silently ignored on the pool path. See NumberFilter.