Crypto Exchange Flow Tracker (On-Chain) avatar

Crypto Exchange Flow Tracker (On-Chain)

Pricing

Pay per usage

Go to Apify Store
Crypto Exchange Flow Tracker (On-Chain)

Crypto Exchange Flow Tracker (On-Chain)

Track on-chain BTC/ETH exchange inflows and outflows via CoinMetrics. Net outflow = accumulation signal. Net inflow = distribution/sell risk. Includes MVRV ratio, active addresses, and 7d flow comparison. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Crypto Exchange Flow Tracker — On-Chain Inflow/Outflow

Crypto Exchange Flow Tracker monitors on-chain exchange inflows and outflows for BTC, ETH, SOL, BNB, XRP, USDT, USDC, and more — returning net flow signals (accumulation/distribution), MVRV ratio, active addresses, and 7-day baseline comparisons. Free via CoinMetrics. $0.002/asset-day.

Exchange flow data is one of the most reliable on-chain leading indicators: sustained net outflows (coins leaving exchanges to cold storage) = accumulation = bullish; rising net inflows (coins moving to exchanges) = distribution = near-term sell pressure.


Why use Crypto Exchange Flow Tracker?

  1. Accumulation/distribution signalnet_flow_signal: "accumulation" means more coins are flowing off exchanges than on. Sustained over multiple days, it signals investor confidence and supply reduction — historically bullish for price.
  2. Whale exchange movement detection — Large single-day net inflow spikes vs. the 7-day average (inflow_vs_7d_avg_pct) often precede sell events. Monitor these for early warning.
  3. MVRV ratio trackingmvrv_ratio (Market Value to Realized Value) indicates whether the market is over/undervalued vs. cost basis. MVRV > 2.0 = historically overbought; < 1.0 = oversold. Combined with exchange flows for high-conviction signals.
  4. Multi-asset flow comparison — Track BTC, ETH, and SOL flows simultaneously. Divergent signals (BTC accumulating while ETH distributing) reveal capital rotation dynamics.
  5. Stablecoin flow monitoring — USDT and USDC inflows to exchanges = dry powder ready to buy. Rising stablecoin exchange balances are a bullish signal for crypto prices.

How to use

  1. Open the actor on Apify Store and click Try for free.
  2. Set assets to the cryptocurrencies you want to track (default: BTC + ETH).
  3. Set lookbackDays for how many days of history (1–30 days).
  4. Click Start. Returns per-asset-per-day records plus a SUMMARY object.

Input

ParameterTypeDefaultDescription
assetsstring[]["btc","eth"]Assets to track (see supported list)
lookbackDaysinteger7Days of history to return (1–30)

Supported assets

btc, eth, sol, bnb, usdt, usdc, xrp, ada, avax, matic


Output

{
"asset": "BTC",
"date": "2026-08-30",
"price_usd": 95230,
"market_cap_usd": 1880000000000,
"exchange_inflow_usd": 1462280071,
"exchange_outflow_usd": 1712723975,
"net_flow_usd": 250443904,
"net_flow_signal": "accumulation",
"inflow_vs_7d_avg_pct": -12.4,
"outflow_vs_7d_avg_pct": 8.1,
"active_addresses": 641947,
"transaction_count": 631230,
"mvrv_ratio": 1.197,
"circulating_supply": 20053235.5
}

Signal interpretation

net_flow_signalMeaning
accumulationNet outflow — more coins leaving exchanges than arriving
distributionNet inflow — more coins arriving at exchanges

SUMMARY key-value store

{
"accumulation_signals": ["BTC", "SOL"],
"distribution_signals": ["ETH"],
"latest_by_asset": { "BTC": {...}, "ETH": {...} }
}

Cost estimation

Pay-Per-Event: $0.002 per asset-day.

Use caseAsset-daysEstimated cost
BTC + ETH, 7 days14$0.028/run
BTC + ETH, 30 days60$0.12/run
5 assets, daily snapshot5$0.01/day
Full 10-asset, 7-day analysis70$0.14/run

FAQ

What's the data source? CoinMetrics Community API — free, no authentication required. Measures on-chain flows from blockchain transaction data against known exchange address clusters.

How are exchange addresses identified? CoinMetrics maintains a database of known exchange deposit and withdrawal addresses. Inflows = transactions received by these addresses; outflows = transactions sent from them.

How accurate is MVRV ratio? MVRV = Market Cap / Realized Cap. CoinMetrics calculates Realized Cap by pricing each UTXO/coin at the price it last moved. Historically, MVRV > 3.0 has marked cycle tops; < 1.0 has marked cycle bottoms for BTC.

Why is inflow_vs_7d_avg_pct useful? A single day of large inflows may be normal. But a spike of +50% vs. the 7-day average is unusual and often precedes a price correction as those coins hit spot exchanges.


Feedback

If this actor helps your on-chain research, a review helps others find it: Leave a review on Apify Store