Skip to main content

DAT Entity Net Flow

Daily change in holdings for a DAT entity

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

Overview

DAT Entity Net Flow shows the daily change in Bitcoin holdings for a specific institutional, governmental, or private entity tracked in the Digital Asset Treasuries dataset.

A positive value indicates the entity acquired BTC that day; a negative value indicates a sale or transfer out.

Interpretation

  • Positive spikes: Large single-day purchases — often tied to board-approved acquisition programs or OTC deals.
  • Negative spikes: Significant sell-offs or transfers, which may precede market-moving announcements.
  • Near-zero baseline: The entity is holding steady with no active buying or selling.

Use Cases

  • Detect the exact dates when an entity adds to or reduces its Bitcoin position.
  • Identify accumulation campaigns (sustained positive flows over multiple days).
  • Correlate entity buying/selling activity with BTC price movements to assess market impact.

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"