Skip to main content
id
String!
required
The ID of the NFT collection (collectionAddress:exchangeAddress:networkId).
timestamp
Int
The unix timestamp indicating the last time the data was updated. Updates every 2 hours.
name
String
The name of the NFT collection.
symbol
String
The symbol for the NFT collection.
exchangeAddress
String
The contract address of the NFT AMM marketplace.
collectionAddress
String
The contract address of the NFT collection.
networkId
Int
The network ID the NFT collection is deployed on.
ercType
String
The token standard. Can be a variation of ERC-721 or ERC-1155.
imageUrl
String
The image URL for the collection or one of the assets within the collection.
nftBalanceV2
String
The number of NFTs in all of the collection’s pools.
balanceNBT
String
The total liquidity of the collection in the network’s base token.
floorNBT
String
The lowest price at which any of the 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 collection’s pools are willing to buy an NFT in the network’s base token.
balanceUSD
String
The total liquidity of the collection in USD.
floorUSD
String
The lowest price at which any of the collection’s pools are willing to sell an NFT in USD.
offerUSD
String
The highest price at which any of the collection’s pools are willing to buy an NFT in USD.
totalSupplyV2
String
nftsSoldAllV2
String
The number of NFTs sold in any of the collection’s pools over the collection’s lifetime.
nftsBoughtAllV2
String
The number of NFTs bought in any of the collection’s pools over the collection’s lifetime.
nftVolumeAllV2
String
The number of NFTs bought or sold in any of the collection’s pools over the collection’s lifetime.
volumeNBTAll
String
The total volume of the collection in the network’s base token over the collection’s lifetime.
revenueNBTAll
String
The total buy volume of the collection in the network’s base token over the collection’s lifetime.
expenseNBTAll
String
The total sell volume of the collection in the network’s base token over the collection’s lifetime.
highPriceNBTAll
String
The highest sale price within the collection in the network’s base token in the collection’s lifetime.
lowPriceNBTAll
String
The lowest sale price within the collection in the network’s base token in 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.
protocolFeesNBTAll
String
The sum of protocol fees generated by the collection in the network’s base token over the collection’s lifetime.
volumeUSDAll
String
The total volume of the collection in USD over the collection’s lifetime.
revenueUSDAll
String
The total buy volume of the collection in USD over the collection’s lifetime.
expenseUSDAll
String
The total sell volume of the collection in USD over the collection’s lifetime.
highPriceUSDAll
String
The highest sale price within the collection in USD in the collection’s lifetime.
lowPriceUSDAll
String
The lowest sale price within the collection in USD in the collection’s lifetime.
poolFeesUSDAll
String
The sum of pool fees generated by the collection in USD over the collection’s lifetime.
protocolFeesUSDAll
String
The sum of protocol fees generated by the collection in USD over the collection’s lifetime.
nftsSold24V2
String
The number of NFTs sold in any of the collection’s pools over the past 24 hours.
nftsBought24V2
String
The number of NFTs bought in any of the collection’s pools over the past 24 hours.
nftVolume24V2
String
The number of NFTs bought and sold in any of the collection’s pools over the past 24 hours.
volumeNBT24
String
The total volume of the collection in the network’s base token over the past 24 hours.
revenueNBT24
String
The total buy volume of the collection in the network’s base token over the past 24 hours.
expenseNBT24
String
The total sell volume of the collection in the network’s base token over the past 24 hours.
highPriceNBT24
String
The highest sale price within the collection in the network’s base token in the past 24 hours.
lowPriceNBT24
String
The lowest sale price within the collection in the network’s base token in the past 24 hours.
poolFeesNBT24
String
The sum of pool fees generated by the collection in the network’s base token over the past 24 hours.
protocolFeesNBT24
String
The sum of protocol fees generated by the collection in the network’s base token over the past 24 hours.
volumeUSD24
String
The total volume of the collection in USD over the past 24 hours.
revenueUSD24
String
The total buy volume of the collection in USD over the past 24 hours.
expenseUSD24
String
The total sell volume of the collection in USD over the past 24 hours.
highPriceUSD24
String
The highest sale price within the collection in USD in the past 24 hours.
lowPriceUSD24
String
The lowest sale price within the collection in USD in the past 24 hours.
poolFeesUSD24
String
The sum of pool fees generated by the collection in USD over the past 24 hours.
protocolFeesUSD24
String
The sum of protocol fees generated by the collection in USD over the past 24 hours.
nftBalance
Int
deprecated
The number of NFTs in all of the collection’s pools.
This field is deprecated. nftBalance is changing from Int to String - use nftBalanceV2 instead.
totalSupply
Int
deprecated
The total supply of the collection.
This field is deprecated. totalSupply is changing from Int to String - use totalSupplyV2 instead.
nftsSoldAll
Int
deprecated
The number of NFTs sold in any of the collection’s pools over the collection’s lifetime.
This field is deprecated. nftsSoldAll is changing from Int to String - use nftsSoldAllV2 instead.
nftsBoughtAll
Int
deprecated
The number of NFTs bought in any of the collection’s pools over the collection’s lifetime.
This field is deprecated. nftsBoughtAll is changing from Int to String - use nftsBoughtAllV2 instead.
nftVolumeAll
Int
deprecated
The number of NFTs bought or sold in any of the collection’s pools over the collection’s lifetime.
This field is deprecated. nftVolumeAll is changing from Int to String - use nftVolumeAllV2 instead.
nftsSold24
Int
deprecated
The number of NFTs sold in any of the collection’s pools over the past 24 hours.
This field is deprecated. nftsSold24 is changing from Int to String - use nftsSold24V2 instead.
nftsBought24
Int
deprecated
The number of NFTs bought in any of the collection’s pools over the past 24 hours.
This field is deprecated. nftsBought24 is changing from Int to String - use nftsBought24V2 instead.
nftVolume24
Int
deprecated
The number of NFTs bought and sold in any of the collection’s pools over the past 24 hours.
This field is deprecated. nftVolume24 is changing from Int to String - use nftVolume24V2 instead.