NFT Collection Holders Balance

Definition

This metric represents the average balance of collection holders (e.g., the average balance of bored apes holders is $10M).

The balance of holders is calculated based on their ownership of NFTs (sum of values (in ETH and USD) of all NFTs they hold).

Access

Restricted Access.


Measuring Unit

Amount in USD


Data Type

Timeseries Data


Frequency

Daily Intervals


Latency

On-Chain Latency


Available Assets

ethereum


SanAPI

nft_collection_holders_balance:

{
getMetric(metric: "nft_collection_holders_balance") {
timeseriesDataJson(
selector: { address: "0xed5af388653567af2f388e6224dc7c4b3241c544" }
from: "2022-05-01T00:00:00Z"
to: "2022-05-07T00:00:00Z"
interval: "1d"
)
}
}