Skip to main content
id
String!
required
The ID of the NFT collection (address:networkId).
address
String!
required
The contract address of the NFT collection.
networkId
Int!
required
The network ID the NFT collection is deployed on.
name
String
The name of the NFT collection. For example, Bored Ape Yacht Club.
symbol
String
The symbol of the NFT collection. For example, BAYC.
imageUrl
String
The image URL for the collection or one of the assets within the collection.
volume
String!
required
The trade volume in USD over the window.
volumeChange
Float!
required
The change in volume between the previous and current window.
tradeCount
String!
required
The trade count over the window.
tradeCountChange
Float!
required
The change in trade count between the previous and current window.
floor
String!
required
The lowest sale price over the window.
average
String!
required
The average sale price over the window.
ceiling
String!
required
The highest sale price over the window.
window
String!
required
The time frame used for calculating stats.