Skip to main content
address
String!
required
The contract address of the token’s top pair.
baseTokenPrice
String
The price of the network’s base token.
blockHash
String!
required
The hash of the block where the transaction occurred.
blockNumber
Int!
required
The block number for the transaction.
The event-specific data for the transaction. Can be BurnEventData or MintEventData or SwapEventData.
eventType
EventType!
required
The type of transaction event. Can be Burn, Mint, Swap, Sync, Collect, or CollectProtocol.
id
String!
required
The ID of the event (address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.
liquidityToken
String
The contract address of the token with higher liquidity in the token’s top pair.
logIndex
Int!
required
The index of the log in the block.
maker
String
The wallet address that performed the transaction.
networkId
Int!
required
The network ID that the token is deployed on.
quoteToken
The token of interest within the token’s top pair. Can be token0 or token1.
timestamp
Int!
required
The unix timestamp for when the transaction occurred.
token0Address
String
The address of the event’s token0.
token1Address
String
The address of the event’s token1.
token0SwapValueUsd
String
The price of token0 paid/received in USD, including any fees.
token1SwapValueUsd
String
The price of token1 paid/received in USD, including any fees.
token0ValueBase
String
The price of token0 paid/received in the network’s base token, including fees.
token1ValueBase
String
The price of token1 paid/received in the network’s base token, including fees.
token0PoolValueUsd
String
The updated price of token0 in USD, calculated after the transaction.
token1PoolValueUsd
String
The updated price of token1 in USD, calculated after the transaction.
transactionHash
String!
required
The unique hash for the transaction.
transactionIndex
Int!
required
The index of the transaction within the block.
eventDisplayType
A more specific breakdown of eventType. Splits Swap into Buy or Sell.
Labels attributed to the event.
walletAge
Int
The age of the wallet in seconds.
walletLabels
[String!]
Labels attributed to the wallet.