NFTs Collection Historical Chart Data by Contract Address
To query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now based on the provided contract address
Notes
- Auto-granularity:
- 1–14 days = 5-minutely data
- 15 days and above = daily data (00:00 UTC)
SDK Examples
Authorizations
Learn how to set up your API key
Path Parameters
Asset platform ID.
*refers to /asset_platforms.
Contract address of the NFT collection.
Query Parameters
Data up to number of days ago.
Valid values: any integer or max
Response
NFT collection historical chart data
NFT collection floor price in USD as [timestamp, price] pairs
NFT collection floor price in native currency as [timestamp, price] pairs
NFT collection 24h volume in USD as [timestamp, volume] pairs
NFT collection 24h volume in native currency as [timestamp, volume] pairs
NFT collection market cap in USD as [timestamp, market_cap] pairs
NFT collection market cap in native currency as [timestamp, market_cap] pairs

