Wallet Balances

Wallet Balances

Wallets that hold a balance of X amount for a given asset.

Contents

Value in Wallets w/ Bal ≥ X% of Current Supply

Definition

The sum of the supply being held by all wallets whose balance was at least X% of an asset's current supply at the end of the measurement interval. For example, if an asset's current supply is 100 tokens in total, SplyWalBal1in1B would provide the sum of the balances held by all wallets holding at least 0.0000001 units of the token. Wallets represent groups of addresses that we estimate are owned by the same entity. They provide a better proxy for user behavior since users often own more than one blockchain address.

Dictionary

Name

MetricID

Unit

Interval

Supply, in wallets with balance, greater than 1in1B

SplyWalBal1in1B

Native units

1 day

Supply, in wallets with balance, greater than 1in100M

SplyWalBal1in100M

Native units

1 day

Supply, in wallets with balance, greater than 1in10M

SplyWalBal1in10M

Native units

1 day

Supply, in wallets with balance, greater than 1in1M

SplyWalBal1in1M

Native units

1 day

Supply, in wallets with balance, greater than 1in100K

SplyWalBal1in100k

Native units

1 day

Supply, in wallets with balance, greater than 1in10K

SplyWalBal1in10k

Native units

1 day

Supply, in wallets with balance, greater than 1in1K

SplyWalBal1in1k

Native units

1 day

Availability for Assets

Value in Wallets w/ Balance ≥ X Native Units

Definition

The sum of the supply being held by all wallets whose balance was at least X native units. For example, if an asset's current supply is 21M tokens in total, this metric would provide the sum of the balances held by all wallets with a balance greater or equal to X units. Wallets represent groups of addresses that we estimate are owned by the same entity. They provide a better proxy for user behavior since users often own more than one blockchain address.

Dictionary

Name

MetricID

Unit

Interval

Supply, in wallets with balance, greater than 0.001 native units

SplyWalBalNtv0.001

Native units

1 day

Supply, in wallets with balance, greater than 0.01 native units

SplyWalBalNtv0.01

Native units

1 day

Supply, in wallets with balance, greater than 0.1 native units

SplyWalBalNtv0.1

Native units

1 day

Supply, in wallets with balance, greater than 1 native units

SplyWalBalNtv1

Native units

1 day

Supply, in wallets with balance, greater than 10 native units

SplyWalBalNtv10

Native units

1 day

Supply, in wallets with balance, greater than 100 native units

SplyWalBalNtv100

Native units

1 day

Supply, in wallets with balance, greater than 1k native units

SplyWalBalNtv1k

Native units

1 day

Supply, in wallets with balance, greater than 10k native units

SplyWalBalNtv10k

Native units

1 day

Supply, in wallets with balance, greater than 100k native units

SplyWalBalNtv100k

Native units

1 day

Supply, in wallets with balance, greater than 1M native units

SplyWalBalNtv1M

Native units

1 day

Details

  • Native units represent a cryptoasset's monetary unit. For example, the native unit of Bitcoin is BTC, or bitcoins_._

  • In order to group addresses together, we employ a clustering methodology based on well-established industry standards.

Asset-Specific Details

  • Only native units are taken into account. We do not account for token balances that may be held by the same entity. For example, this metric for ETH would not account for any ERC20 token balance that may be held by the very same address.

  • This metric is not available for assets that have full privacy, like Monero, Grin.

  • For assets that have opt-in privacy features, like ZCash, it only takes the non-private balances into account.

Release History

  • Released in version 5.1 of Network Data Pro

Availability for Assets

Value in Wallets w/ Balance ≥ $X USD

Definition

The sum of the supply being held by all wallets whose balance is equivalent to at least X dollar when priced using the Coin Metrics Reference Rate. Wallets represent groups of addresses that we estimate are owned by the same entity. They provide a better proxy for user behavior since users often own more than one blockchain address.

Dictionary

Name

MetricID

Unit

Interval

Supply, in wallets with balance, greater than $1

SplyWalBalUSD1

USD

1 day

Supply, in wallets with balance, greater than $10

SplyWalBalUSD10

USD

1 day

Supply, in wallets with balance, greater than $100

SplyWalBalUSD100

USD

1 day

Supply, in wallets with balance, greater than $1K

SplyWalBalUSD1K

USD

1 day

Supply, in wallets with balance, greater than $10K

SplyWalBalUSD10K

USD

1 day

Supply, in wallets with balance, greater than $100K

SplyWalBalUSD100K

USD

1 day

Supply, in wallets with balance, greater than $1M

SplyWalBalUSD1M

USD

1 day

Details

  • In order to compute this metric, we multiply the balance of all wallets that we have identified in the blockchain by the price of the token. All wallets with a value greater or equal to the USD value of the threshold above are summed and depicted in units of USD.

  • Wallets represent groups of addresses that we estimate are owned by the same entity. In order to group addresses together, we employ a clustering methodology based on well-established industry standards.

Asset-Specific Details

  • Only native units are taken into account. We do not account for token balances that may be held by the same entity. For example, this metric for ETH would not account for any ERC20 USD balance that may be owned by the very same address.

  • This metric is not available for assets that have full privacy, like Monero, Grin.

  • For assets that have opt-in privacy features, like ZCash, it only takes the non-private balances into account.

Release History

  • Released in version 5.1 of Network Data Pro

Availability for Assets

Wallets w/ Balance > 0 Count

Definition

The sum count of unique wallets with a balance greater than 0 that can be observed in the blockchain. Wallets represent groups of addresses that we estimate are owned by the same entity. They provide a better proxy for user behavior since users often own more than one blockchain address.

Dictionary

Name

MetricID

Unit

Interval

Wallets, with balance, count

WalBal

Wallets

1 day

Details

  • Wallets represent groups of addresses that we estimate are owned by the same entity. In order to group addresses together, we employ a clustering methodology based on well-established industry standards.

Asset-Specific Details

This metric is not available for assets that have full privacy, like Monero and Grin. For assets that have opt-in privacy features, like ZCash, it only takes the non-private activities into account.

Release History

  • Released in version 5.1 of Network Data Pro

Availability for Assets

API Endpoints

Address Balances can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric IDs SplyWalBal1in1B, etc. in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=SplyWalBal1in1B&assets=btc&pretty=true&api_key=<your_key>"

Last updated