Skip to main content
id
String!
required
The ID of the NFT pool (poolAddress:networkId). For example, 0xdbea289dcc10eed8431e78753414a3d81b8e7201:1.
poolAddress
String!
required
The contract address of the NFT pool.
networkId
Int!
required
The network ID the NFT collection is deployed on.
collectionAddress
String!
required
The contract address of the NFT collection.
collectionId
String!
required
The ID of the NFT collection (collectionAddress:networkId).
exchangeAddress
String!
required
The contract address of the NFT AMM marketplace.
tokenAddress
String!
required
The contract address of the liquidity token of the pool (usually WETH).
blockNumber
Int!
required
The block number for the transaction.
logIndex
Int!
required
The index of the log in the block.
transactionIndex
Int!
required
The index of the transaction within the block.
blockHash
String!
required
The hash of the block where the transaction occurred.
transactionHash
String!
required
The unique hash for the transaction.
timestamp
Int!
required
The unix timestamp for the transaction.
maker
String!
required
The wallet address that transacted.