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.

__typename
String!
Always "SwapEventData".
type
EventType!
Always Swap. See EventType.
amount0
String
Signed raw amount of token0 (positive = into pool, negative = out of pool).
amount1
String
Signed raw amount of token1.
amount0In
String
Token0 amount entering the pool. Null on the historical path; populated by the live subscription.
amount0Out
String
Token0 amount leaving the pool. Null on the historical path.
amount1In
String
Token1 amount entering the pool. Null on the historical path.
amount1Out
String
Token1 amount leaving the pool. Null on the historical path.
amountNonLiquidityToken
String
Decimal amount of the quote-side token. Populated only when the request specifies quoteToken.
priceUsd
String
Per-unit USD price for the quote-side token. Defaults to token0 if quoteToken not supplied.
priceUsdTotal
String
Total USD value of the swap (amount_usd).
priceBaseToken
String
Per-unit price denominated in the chain’s base token. Null on the historical path; populated by the live subscription.
priceBaseTokenTotal
String
Total swap value denominated in the chain’s base token. Null on the historical path.
tick
String
V3 post-swap pool tick. Null on the historical path (column not preserved at extraction time).