VOOZH about

URL: https://apify.com/gochujang/stablecoin-supply-tracker

⇱ Stablecoin Supply Tracker (USDT, USDC, DAI by chain) Β· Apify


πŸ‘ Stablecoin Supply Tracker (USDT, USDC, DAI by chain) avatar

Stablecoin Supply Tracker (USDT, USDC, DAI by chain)

Pricing

Pay per usage

Go to Apify Store

Stablecoin Supply Tracker (USDT, USDC, DAI by chain)

Live circulating supply for every stablecoin broken down by chain (USDT, USDC, DAI, FDUSD, USDe, sUSD…) with 1d/7d/30d deltas. Detects large mint/burn events. Macro liquidity leading indicator. DefiLlama data, no API key.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Stablecoin Supply Tracker

Live circulating supply for every stablecoin broken down by chain, with 1d / 7d / 30d deltas. Detect large mint/burn events. Free macro liquidity leading indicator. No API key.


Why this exists

Stablecoin supply is the cleanest leading indicator for crypto market liquidity:

  • A net mint of $1B+ on Ethereum USDT typically precedes a price move within days
  • A net burn of similar magnitude has historically marked local tops
  • Paid services charge $30–$300/mo for the same data β€” this actor returns it for $0.001 per row

DefiLlama's stablecoin feed is the gold-standard public data source. This actor wraps it with sane defaults, deltas (1d/7d/30d in USD and %), and Telegram alerts.


What you get per row

FieldExampleNotes
symbolUSDT
chainTronDefiLlama chain name
circulating_usd88,136,779,090.78USD-denominated
circulating_units88,202,697,389.28base token units
delta_24h_usd-25,244,404.74net mint (positive) or burn (negative)
delta_7d_usd-516,203,629.53
delta_30d_usd9,457,971.37
delta_24h_pct-0.0286% of circulating supply
delta_7d_pct-0.5856
peg_typepeggedUSDDefiLlama peg classification
price_usd0.9992live price

Use cases

  1. Macro positioning β€” Net USDT/USDC mint > $500M in 24h = bullish liquidity signal
  2. Risk-off detection β€” Net stablecoin burn = capital leaving the system
  3. Chain rotation β€” Where stablecoins are minting reveals which ecosystem is hot
  4. Quant signals β€” Add stablecoin delta as a feature to your model
  5. Alerts β€” Telegram alert on any single 24h delta β‰₯ $X USD threshold

Quick start

Default β€” top 200 stablecoin/chain combinations by circulating

{}

Track USDT + USDC only across Ethereum, Tron, BSC, Solana

{
"symbols":["USDT","USDC"],
"chains":["Ethereum","Tron","BSC","Solana"],
"sortBy":"delta_24h_desc"
}

Watch for $100M+ daily mint/burn events

{
"alertMintBurnUsd":100000000,
"telegramBotToken":"YOUR_BOT_TOKEN",
"telegramChatId":"YOUR_CHAT_ID"
}

Pricing

Pay-Per-Event: $0.001 per stablecoin/chain row returned.

RunRowsCost
All stablecoins, all chains~600$0.60
Top 5 stablecoins Γ— top 10 chains50$0.05
USDT/USDC only30$0.03
Daily run (default)200$0.20

No subscription. No platform fees. You pay only for rows returned.


Output sort options

sortByDescription
circulating_descLargest stablecoin/chain combos first (default)
delta_24h_descBiggest 24h mints first
delta_24h_ascBiggest 24h burns first
delta_7d_descBiggest 7d growth first

Data source

DefiLlama Stablecoins API β€” free, no API key, updated continuously.


Related actors (same author)



🎬 Live Sample Run

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

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

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

A short review helps other traders find it: Leave a review on Apify Store

You might also like

Stablecoins Monitor β€” Supply, Peg & Chains

foxlabs/stablecoins-monitor

Track 380+ stablecoins from DefiLlama: circulating supply, 1d/7d/30d growth, price, peg deviation (depeg signal), peg type & mechanism, dominant chain. Filter by peg/mechanism/chain/min supply, hunt depegs; flat CSV/Excel. No API key, no proxy.

2

DefiLlama Scraper

piotrv1001/defillama-scraper

Scrapes DeFi and blockchain data from DefiLlama public APIs, extracting chain TVL, historical TVL changes, on-chain fees, DEX volumes, protocol metrics, and stablecoin supply. Ideal for crypto market research, DeFi analytics, and portfolio tracking.

19

Crypto Whale Wallet Tracker β€” ETH USDT USDC Holdings

intelscrape/crypto-whale-tracker

Track top USDT, WETH, USDC whale wallets on Ethereum. Monitor token holdings, trending tokens, whale DeFi positions. Real-time blockchain data API for traders and analysts. Export to JSON/CSV.

CoinMarketCap Crypto Prices & Market Data Scraper

parseforge/coinmarketcap-scraper

Scrape real-time prices, market caps, volumes, supply, and 24h/7d/30d changes for 10,000+ cryptocurrencies from CoinMarketCap. No API key required.

DeFiLlama Protocols TVL Scraper

parseforge/defillama-protocols-tvl-scraper

Grab every protocol indexed by DeFiLlama with filters for category, chain, name substring, and minimum TVL. Returns name, category, primary chain, all chains, TVL, 1d change, 7d change, market cap, and token symbol. Useful for DeFi screening, competitor research, and dashboards.

SEC EDGAR Form D Scraper β€” Funding Leads

logiover/sec-edgar-form-d-scraper

Scrape SEC EDGAR Form D filings without an API key. Export Reg D private placement funding leads to CSV/JSON. Form D data extraction tool.