NFT Collection Price
Definition
NFT Collection Price is a set of metrics that represent prices and the number of trades for NFT collections and tokens. Based on the collection address and interval, users can fetch data for minimum, maximum, and average prices in ETH and USD for an NFT collection with that address. They can also fetch the number of trades for a given NFT collection. Based on the collection address and token ID, users can fetch all the prices for that NFT token.
Access
Measuring Unit
- Price metrics - amount in USD and ETH
- Trade count metrics - amount of trades
Data Type
Frequency
- NFT collection: Daily Intervals
- NFT tokens: Five-minute Intervals
Latency
Available Assets
ethereum and weth
SanAPI
The following metrics are available:
- nft_collection_min_price
- nft_collection_max_price
- nft_collection_avg_price
- nft_collection_min_price_usd
- nft_collection_max_price_usd
- nft_collection_avg_price_usd
- nft_collection_trades_count
{ getMetric(metric: "nft_collection_min_price") { timeseriesDataJson( selector: { address: "0xed5af388653567af2f388e6224dc7c4b3241c544" } from: "2022-05-01T00:00:00Z" to: "2022-05-07T00:00:00Z" interval: "1d" ) }}NFT collection trade count - nft_collection_trades_count:
{ getMetric(metric: "nft_collection_trades_count") { timeseriesDataJson( selector: { address: "0xed5af388653567af2f388e6224dc7c4b3241c544" } from: "2022-05-01T00:00:00Z" to: "2022-05-07T00:00:00Z" interval: "1d" ) }}