VOOZH about

URL: https://apify.com/gochujang/crypto-etf-flow-tracker

⇱ Crypto ETF Flow Tracker β€” BTC ETH Spot ETF Daily Net Inflows Β· Apify


πŸ‘ Crypto ETF Flow Tracker β€” BTC ETH Spot ETF Daily Net Inflows avatar

Crypto ETF Flow Tracker β€” BTC ETH Spot ETF Daily Net Inflows

Pricing

$1.00 / 1,000 flow day trackeds

Go to Apify Store

Crypto ETF Flow Tracker β€” BTC ETH Spot ETF Daily Net Inflows

Daily net inflows / outflows for spot BTC and ETH ETFs (IBIT, FBTC, ETHA, FETH, ARKB, etc). Total since launch, 1d, 7d, 30d. Institutional positioning signal. Free SoSoValue + Farside data. PPE $0.001/flow row.

Pricing

$1.00 / 1,000 flow day trackeds

Rating

0.0

(0)

Developer

πŸ‘ Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

10 days ago

Last modified

Share

Crypto ETF Flow Tracker

Track daily institutional flows into US-listed Bitcoin, Ethereum, and Solana spot ETFs. Spot smart-money rotation and supply-absorption trends. No API key required.


What It Does

Pulls daily net inflow/outflow data for all US-listed spot crypto ETFs (BlackRock IBIT, Fidelity FBTC, ARK ARKB, BlackRock ETHA, Fidelity FETH, etc.) β€” aggregated by issuer category. Use it to:

  • Track BTC ETF accumulation trends (institutional flows are a leading indicator)
  • Compare BTC vs ETH vs SOL flow strength to detect rotation
  • Watch cumulative AUM growth across all issuers
  • Alert when daily flows spike β€” large outflows often precede dumps; large inflows often precede rallies

Why ETF Flows Matter

Since the January 2024 SEC approval of US spot Bitcoin ETFs, institutional flow data has become the most reliable leading indicator for major moves:

  • Sustained inflows ($500M+/day) often precede 5–15% rallies within a week
  • Sustained outflows signal de-risking β€” historically aligned with multi-week drawdowns
  • Rotation patterns (BTC outflows ↔ ETH inflows) reveal smart-money sector bets

This Actor gives you the raw daily series in a machine-readable format you can plug into your bot, dashboard, or alert pipeline.


Input

FieldTypeDefaultDescription
etfTypesstring[]["us-btc-spot","us-eth-spot","us-sol-spot"]Which ETFs to track. Supported: us-btc-spot, us-eth-spot, us-sol-spot
lookbackDaysinteger30Days of history to return (1–300)
sortBystringdate_descdate_desc, date_asc, abs_inflow_desc
alertOutflowUsdinteger0Alert when latest day's net outflow exceeds this $ amount. 0 = disabled
alertInflowUsdinteger0Alert when latest day's net inflow exceeds this $ amount. 0 = disabled
telegramBotTokenstring (secret)β€”Telegram bot token for alerts
telegramChatIdstringβ€”Chat ID to receive alerts

Example: Last 7 days, all ETFs

{
"etfTypes":["us-btc-spot","us-eth-spot","us-sol-spot"],
"lookbackDays":7,
"sortBy":"date_desc"
}

Example: Telegram alert on any BTC ETF day with > $1B outflow

{
"etfTypes":["us-btc-spot"],
"lookbackDays":1,
"alertOutflowUsd":1000000000,
"telegramBotToken":"<token>",
"telegramChatId":"<chat_id>"
}

Output

Each record is one daily aggregate per ETF type:

{
"etf_type":"us-btc-spot",
"date":"2026-06-01",
"net_inflow_usd":-483760871.60,
"value_traded_usd":2963023284.40,
"total_net_assets_usd":91160255779.37,
"cum_net_inflow_usd":55178763954.85,
"aum_change_pct":-3.20,
"is_inflow":false,
"is_outflow":true,
"row_index":299
}
FieldDescription
net_inflow_usdDaily creation minus redemption value. Negative = net outflow
cum_net_inflow_usdAll-time cumulative net flow into the asset class
total_net_assets_usdTotal AUM across all ETFs in this category at end of day
value_traded_usdDaily dollar volume across all ETFs in this category
aum_change_pctDay-over-day AUM change (combines flows + price movement)

Pricing

Pay-Per-Event (PPE):

  • $0.001 per daily flow row returned

Examples:

  • 30 days Γ— 3 ETFs = 90 rows = $0.09
  • Full 300 days Γ— 3 ETFs = 900 rows = $0.90

Use Cases

Daily flow dashboard β€” Run every morning and pipe results into Notion/Sheets:

curl-X POST "https://api.apify.com/v2/acts/gochujang~crypto-etf-flow-tracker/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{"lookbackDays": 30, "sortBy": "date_desc"}'

Outflow panic alert β€” Alert when BTC ETFs lose >$500M in a single day:

{
"etfTypes":["us-btc-spot"],
"lookbackDays":1,
"alertOutflowUsd":500000000,
"telegramBotToken":"<token>",
"telegramChatId":"<chat>"
}

Data Source

All data comes from SoSoValue β€” the industry-standard public ETF flow aggregator covering all approved US spot crypto ETFs. Data updates ~1 hour after US market close.

  • No API key required
  • No rate limits at single-actor scale
  • Up to ~300 days of historical daily data per ETF type

Related Actors

Build a complete crypto edge with these actors from the same author:



🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset62
Dataset (JSON)https://api.apify.com/v2/datasets/UNfMKYPQsK7Cl8sO6/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/UNfMKYPQsK7Cl8sO6/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/7buzoaJEaicBnSN1e/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/WAShrxSaal5MyyS7P

Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.

Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.

Feedback

If this Actor saves you time, a quick review helps others find it: Leave a review on Apify Store

You might also like

Crypto Price Tracker β€” BTC, ETH & 17K+ Altcoins

khadinakbar/crypto-price-tracker

Fetch real-time prices, market cap, 24h/7d/30d changes, ATH/ATL, supply, dominance, and computed analytics for a watchlist of coins (BTC, ETH, SOL...) or the top N by market cap. Multi-source: CoinGecko primary, Binance fallback. PPE: $0.003/coin.

Crypto AI Market Analyzer

yoloshii/crypto-ai-market-analyzer

Daily BTC & ETH trading signals with AI-powered analysis. Get entry/exit zones, options flow, and cycle signals. Zero setup - no API keys required. Bot-ready JSON + Markdown, PDF reports. $0.14-0.35.

ETF.com Scraper | ETF Data Holdings and Returns

parseforge/etf-com-scraper

Pull ETF data from ETF.com including ticker, issuer, expense ratio, AUM, holdings, sector breakdown, returns, dividend yield, and benchmark. Compare thousands of ETFs for portfolio analysis, fund research, finance dashboards, and investment screening at scale across markets.

ETF Trends Analyzer

young_billionaires/etf-trends-analyzer

AI-powered ETF market trend analyzer. Get real-time reasons for top gainers, losers, most active, and trending ETFs. Understand ETF price movements, volume spikes and market sentiment with clear, data-driven insights.

πŸ‘ User avatar

Young Billionaires

7

5.0

App Store + Google Play Rank Tracker

constructive_calm/app-store-rank-tracker

Daily top-chart snapshots across 150+ countries for Apple App Store and Google Play β€” Free, Paid, Grossing. Built-in rank deltas (1d/7d/30d), top movers, new entries, dropoffs, and statistical forecasts. Per-app enrichment (ratings, reviews, dev, category).

6

5.0