get https://api.nabu.xyz/chains//contracts//valuationstatistics
Retrieves collection-level valuation statistics based on the most recent price estimates.
This endpoint retrieves the most recent statistics describing Nabu’s valuations for a specific collection.
Available in the Business and higher subscription plans.
Response Field | Data Type | Description |
---|---|---|
chain | string | The id of the blockchain. Possible values are ETH and MATIC |
contract_address | string | The contract address for the collection, matching the regexp /^0x[0-9a-f]{40}$/ |
valuation_date | string | The date the collection valuations were last updated, in ISO notation (UTC time) |
floor_price | number | The lowest ask price of all listed tokens in a collection. |
true_floor | number | Nabu's "True Floor Value" of the collection in native currency, or null if not available. The True Floor Value is an estimate of what the floor price would be if all tokens in the collection were listed for sale. |
true_mean | number | Nabu's "True Mean Value" of the collection in native currency, or null if not available. The True Mean Value is an estimate of the mean valuation after removing the lowest and highest value tokens. |
true_median | number | Nabu's "True Median Value" of the collection in native currency, or null if not available. The True Median Value is an estimate of the median valuation after removing the lowest and highest value tokens. |
true_standard_deviation | number | Nabu's "True Standard Deviation" of the collection in native currency, or null if not available. The True Standard Deviation is an estimate of the standard deviation of the valuation after removing the lowest and highest value tokens. |
model_version | string | The Nabu machine learning model used to calculate the price. |