💼 NFTs Collection Historical Chart Data by Contract Address

This endpoint allows you 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

  • This endpoint doesn't support Solana NFT and Art Blocks, please use /nfts/{id}/market_chart endpoint instead.
  • Data Granularity (auto):
    • 1-14 days from now = 5-minutely data
    • 15 days & above from now = daily data (00:00 UTC)
  • Cache/Update Frequency: every 5 minutes
  • The last completed UTC day (00:00) is available 5 minutes after midnight on the next UTC day (00:05).
  • Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise).
Path Params
string
required

asset platform ID
*refers to /asset_platforms

string
required

contract address of the NFT collection

Query Params
string
required

data up to number of days ago
Valid values: any integer or max

Response

Response body
object
floor_price_usd
array of arrays of numbers

NFT collection floor price in usd

floor_price_usd
array of numbers
floor_price_native
array of arrays of numbers

NFT collection floor price in native currency

floor_price_native
array of numbers
h24_volume_usd
array of arrays of numbers

NFT collection volume in 24 hours in usd

h24_volume_usd
array of numbers
h24_volume_native
array of arrays of numbers

NFT collection volume in 24 hours in native currency

h24_volume_native
array of numbers
market_cap_usd
array of arrays of numbers

NFT collection market cap in usd

market_cap_usd
array of numbers
market_cap_native
array of arrays of numbers

NFT collection market cap in native currency

market_cap_native
array of numbers
Language
Credentials