Skip to main content

DAT Entity USD Value

Per-entity BTC USD value over time

PropertyValue
CategoryDigital Asset Treasuries
UnitUSD
Resolution1d
AssetsBTC
TierPro
API EndpointGET /v1/dat/entity
Fieldtotal_current_value_usd

Overview

DAT Entity USD Value shows the historical USD value of Bitcoin holdings for a specific institutional, governmental, or private entity tracked in the Digital Asset Treasuries dataset.

The value is computed as btc_amount × BTC price on each day.

Interpretation

  • Rising value: Either more BTC acquired, or BTC price increased (or both).
  • Falling value: BTC sold or price declined.
  • Compare against the BTC price chart to isolate price effects from accumulation effects.

Use Cases

  • Assess the total capital exposure of a specific entity to Bitcoin.
  • Compare USD-denominated treasury value across entities.

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"