The Collection Stats object holds analytics information about a specific collection, at a certain point in time.
Attribute Name | Data Type | Description |
---|---|---|
contract_address | string | The contract address for the collection, matching the regexp /^0x[0-9a-f]{40}$/ |
date | string | The date for the analytics info, in the format "yyyy-mm-dd" |
market_cap | number (decimal) | Sum of all token valuations |
realized_cap | number (decimal) | Sum of all last token transaction prices, corrected for token transfers without a set transaction price |
nupl | number (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_ratio | number (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_zscore | number (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_1w | number (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_4w | number (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_13w | number (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 |