Skip to main content
collectionId
String!
required
The ID of the NFT collection (collectionAddress:networkId).
collectionAddress
String!
required
The contract address of the NFT collection.
collectionSymbol
String!
required
The symbol of the NFT collection.
exchangeId
String!
required
The ID of the exchange (exchangeAddress:networkId).
exchangeAddress
String!
required
The contract address of the NFT AMM marketplace.
name
String
The name of the NFT collection.
image
String
An image associated with the NFT collection.
networkId
Int!
required
The network ID the NFT collection is deployed on.
floorNBT
String
The lowest price at which any of the NFT collection’s pools are willing to sell an NFT in the network’s base token.
offerNBT
String
The highest price at which any of the NFT collection’s pools are willing to buy an NFT in the network’s base token.
balanceNBT
String!
required
The total liquidity of the collection in the network’s base token.
nftBalanceV2
String!
required
The current number of NFTs in all the NFT collection’s pools.
volumeAllTimeNBT
String
The total volume of the collection in the network’s base token over the collection’s lifetime.
volumeAllTimeUSD
String
The total volume of the collection in USD over the collection’s lifetime.
nftVolumeAllTimeV2
String
The total number of NFTs bought and sold over the collection’s lifetime.
protocolFeesNBTAll
String
The sum of protocol fees generated by the collection in the network’s base token over the collection’s lifetime.
protocolFeesUSDAll
String
The sum of protocol fees generated by the collection in USD over the collection’s lifetime.
poolFeesNBTAll
String
The sum of pool fees generated by the collection in the network’s base token over the collection’s lifetime.
poolFeesUSDAll
String
The sum of pool fees generated by the collection in USD over the collection’s lifetime.
royaltiesNBTAllEstimate
String
As estimated sum in the network’s base token of the collection’s royalties paid to creators by pool swaps over the collection’s lifetime.
royaltiesUSDAllEstimate
String
An estimated sum in USD of the collection’s royalties paid to creators by pool swaps over the collection’s lifetime.
nftBalance
Int!
required
The current number of NFTs in all the NFT collection’s pools.
This field is deprecated. nftBalance is changing from Int to String - use nftBalanceV2 instead.
nftVolumeAllTime
Int
The total number of NFTs bought and sold over the collection’s lifetime.
This field is deprecated. nftVolumeAllTime is changing from Int to String - use nftVolumeAllTimeV2 instead.