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.

address
String!
required
Pair contract address — or token address when symbolType: TOKEN (then resolved to the token’s top pool).
networkId
Int!
required
Network ID (e.g. 1 Ethereum, 56 BNB Chain, 1399811149 Solana).
symbolType
SymbolType
POOL (default) or TOKEN (top-pool lookup). See SymbolType.
quoteToken
QuoteToken
Side of interest. Rebuilds Swap data so priceUsd and amountNonLiquidityToken reflect the chosen side, and flips Buy/Sell. See QuoteToken.
maker
String
Filter to swaps from a specific wallet address (transaction sender). Optional.
eventType
EventType
Swap (default), Mint, Burn route to swap data. PoolBalanceChanged routes to pool events. Sync / Collect / CollectProtocol / LiquidityLock short-circuit empty. See EventType.
eventDisplayType
[EventDisplayType!]
Allow-list filter, applied post-fetch. See EventDisplayType.
timestamp
EventQueryTimestampInput
Time window in Unix seconds. See EventQueryTimestampInput.
amountNonLiquidityToken
NumberFilter
Filter on the (quote-aware) decimal amount. See NumberFilter.
priceUsd
NumberFilter
Filter on per-unit USD price.
priceUsdTotal
NumberFilter
Filter on the swap’s total USD value (amount_usd).
priceBaseToken
NumberFilter
Not yet supported on the historical path — passing this filter returns BAD_REQUEST.
priceBaseTokenTotal
NumberFilter
Not yet supported — same caveat.