Skip to main content

DAT Entity AUM

Per-entity AUM in USD

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

Overview

DAT Entity AUM (Assets Under Management) shows the total USD value of Bitcoin held by a specific entity, calculated as BTC holdings multiplied by daily BTC price.

Formula

AUM=Entity BTC Holdings×BTC Price (USD)\text{AUM} = \text{Entity BTC Holdings} \times \text{BTC Price (USD)}

Interpretation

  • Rising AUM with flat holdings: Driven purely by BTC price appreciation.
  • Rising AUM with rising holdings: Both accumulation and price working in the entity's favor.
  • Falling AUM despite rising holdings: Price decline outpacing accumulation.

Use Cases

  • Assess the total dollar exposure of a company's or government's Bitcoin treasury.
  • Compare AUM across entities to rank the largest institutional Bitcoin holders by USD value.
  • Track how price volatility impacts an entity's balance sheet exposure.

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"