NFT Collection Holders Balance

Definition

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

Balance of holders is calculated based on their ownership of NFTs (sum of values (in eth and usd) of all NFTs they have).

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:

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  getMetric(metric: "nft_collection_holders_balance") {
    timeseriesData(
      selector: { address: "0xed5af388653567af2f388e6224dc7c4b3241c544" }
      from: "2022-05-01T00:00:00Z"
      to: "2022-05-07T00:00:00Z"
      interval: "1d"
    ) {
      datetime
      value
    }
  }
}

Run in Explorer

Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.