Skip to main content
exchangeAddress
String!
required
The contract address of the NFT AMM marketplace.
networkId
Int!
required
The network ID the NFT collection is deployed on.
collectionAddress
String!
required
The contract address of the NFT collection.
startTime
Int!
required
The unix timestamp for the start of the time frame.
endTime
Int!
required
The unix timestamp for the end of the time frame.
poolAddress
String
The contract address of the NFT pool.
nftVolumeV2
String
The total number of NFTs bought and sold over the time frame.
nftsBoughtV2
String
The total number of NFTs bought over the time frame.
nftsSoldV2
String
The total number of NFTs sold over the time frame.
openNftBalanceV2
String
The number of NFTs in the pool at the start of the time frame.
closeNftBalanceV2
String
The number of NFTs in the pool at the end of the time frame.
volumeNBT
String
The total volume of the pool in the network’s base token over the time frame.
revenueNBT
String
The total buy volume of the pool in the network’s base token over the time frame.
expenseNBT
String
The total sell volume of the pool in the network’s base token over the time frame.
poolFeesNBT
String
The sum of pool fees generated by the pool in the network’s base token over the time frame.
protocolFeesNBT
String
The sum of protocol fees generated by the pool in the network’s base token over the time frame.
lowFloorNBT
String
The lowest price at which the pool was willing to sell an NFT in the network’s base token over the time frame.
highFloorNBT
String
The highest price at which the pool was willing to sell an NFT in the network’s base token over the time frame.
lowOfferNBT
String
The lowest price at which the pool was willing to buy an NFT in the network’s base token over the time frame.
highOfferNBT
String
The highest price at which the pool was willing to buy an NFT in the network’s base token over the time frame.
openBalanceNBT
String
The pool liquidity in the network’s base token at the start of the time frame.
closeBalanceNBT
String
The pool liquidity in the network’s base token at the end of the time frame.