The Collection Stats object holds analytics information about a specific collection, at a certain point in time.

Attribute NameData TypeDescription
contract_addressstringThe contract address for the collection, matching the regexp /^0x[0-9a-f]{40}$/
datestringThe date for the analytics info, in the format "yyyy-mm-dd"
market_capnumber (decimal)Sum of all token valuations
realized_capnumber (decimal)Sum of all last token transaction prices, corrected for token transfers without a set transaction price
nuplnumber (decimal)Net unrealized profit/loss metric, defined as the difference between the unrealized profit (summing over tokens in profit at current valuation) and unrealized loss (summing over tokens under water at current valuation) in units of market_cap
mvrv_rationumber (decimal)Ratio between market_cap and realized_cap, indicating whether the collection holders are collectively in profit (mvrv_ratio > 1) or loss (mvrv_ratio < 1)
mvrv_zscorenumber (decimal)Difference between market_cap and realized_cap in units of the standard deviation of market_cap, indicating over/undervaluation relative to fair value
relative_volatility_1wnumber (decimal)Relative volatility over the past week, defined as the standard deviation of the log-daily market_cap returns over a 1-week window
relative_volatility_4wnumber (decimal)Relative volatility over the past 4 weeks, defined as the standard deviation of the log-daily market_cap returns over a 4-week window
relative_volatility_13wnumber (decimal)Relative volatility over the past 13 weeks, defined as the standard deviation of the log-daily market_cap returns over a 13-week window