Skip to main content

DAT Entity Cumulative Flow

Running sum of daily flow changes for a DAT entity

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

Overview

DAT Entity Cumulative Flow shows the running total of all daily BTC flow changes for a specific entity since tracking began.

Interpretation

  • Steadily rising curve: The entity is in sustained accumulation mode.
  • Flat segments: No net buying or selling activity during that period.
  • Declining curve: The entity is in net distribution.
  • Step changes: Large discrete purchases or sales, typical of corporate treasury actions.

Use Cases

  • Visualize the total net accumulation of an entity over any time window.
  • Compare accumulation trajectories between entities (e.g., MicroStrategy vs. Tesla).
  • Identify inflection points where an entity shifted from accumulation to distribution.

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"