Skip to main content

DAT Entity BTC Holdings

Per-entity BTC holdings over time

PropertyValue
CategoryDigital Asset Treasuries
UnitBTC
Resolution1d
AssetsBTC
TierPro
API EndpointGET /v1/dat/entity
Fieldbtc_amount

Overview

DAT Entity BTC Holdings shows the historical Bitcoin holdings for a specific institutional, governmental, or private entity tracked in the Digital Asset Treasuries dataset.

Use the id parameter to specify the entity (company ID from the DAT registry).

Interpretation

  • Rising trend: The entity is accumulating Bitcoin over time.
  • Flat periods: Holdings unchanged — no purchases or sales reported.
  • Drops: The entity sold or transferred Bitcoin.

Use Cases

  • Track a specific company's or government's BTC accumulation strategy over time.
  • Compare entry points and holding periods across entities.
  • Monitor for sudden changes that may signal selling pressure or new purchases.

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"