Skip to main content

DAT Entity % of Supply

Per-entity % of BTC supply over time

PropertyValue
CategoryDigital Asset Treasuries
Unit%
Resolution1d
AssetsBTC
TierPro
API EndpointGET /v1/dat/entity
Fieldpercentage_of_total_supply

Overview

DAT Entity % of Supply shows the percentage of circulating Bitcoin supply held by a specific institutional, governmental, or private entity tracked in the Digital Asset Treasuries dataset.

Formula

Entity Supply %=Entity BTC HoldingsCirculating Supply×100\text{Entity Supply \%} = \frac{\text{Entity BTC Holdings}}{\text{Circulating Supply}} \times 100

Interpretation

  • Rising percentage: The entity is accumulating faster than new BTC is mined.
  • Falling percentage: Holdings unchanged or sold while supply grows.

Use Cases

  • Assess the concentration of a specific holder relative to total supply.
  • Track changes in supply ownership over time.

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/dat/entity?start_date=2024-01-01&end_date=2024-12-31&limit=365"