Stablecoin Supply Tracker (USDT, USDC, DAI by chain)
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
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
| Field | Example | Notes |
|---|---|---|
symbol | USDT | |
chain | Tron | DefiLlama chain name |
circulating_usd | 88,136,779,090.78 | USD-denominated |
circulating_units | 88,202,697,389.28 | base token units |
delta_24h_usd | -25,244,404.74 | net mint (positive) or burn (negative) |
delta_7d_usd | -516,203,629.53 | |
delta_30d_usd | 9,457,971.37 | |
delta_24h_pct | -0.0286 | % of circulating supply |
delta_7d_pct | -0.5856 | |
peg_type | peggedUSD | DefiLlama peg classification |
price_usd | 0.9992 | live price |
Use cases
- Macro positioning — Net USDT/USDC mint > $500M in 24h = bullish liquidity signal
- Risk-off detection — Net stablecoin burn = capital leaving the system
- Chain rotation — Where stablecoins are minting reveals which ecosystem is hot
- Quant signals — Add stablecoin delta as a feature to your model
- 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.
| Run | Rows | Cost |
|---|---|---|
| All stablecoins, all chains | ~600 | $0.60 |
| Top 5 stablecoins × top 10 chains | 50 | $0.05 |
| USDT/USDC only | 30 | $0.03 |
| Daily run (default) | 200 | $0.20 |
No subscription. No platform fees. You pay only for rows returned.
Output sort options
sortBy | Description |
|---|---|
circulating_desc | Largest stablecoin/chain combos first (default) |
delta_24h_desc | Biggest 24h mints first |
delta_24h_asc | Biggest 24h burns first |
delta_7d_desc | Biggest 7d growth first |
Data source
DefiLlama Stablecoins API — free, no API key, updated continuously.
Related actors (same author)
- Smart Money Wallet Tracker — Follow the on-chain alpha wallets
- Stablecoin Depeg Monitor — Real-time peg deviation alerts
- Multi-Chain Gas Tracker — Where activity is happening across L1s/L2s
- DeFi Yield APY Scanner — Best yield for your stablecoins
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 20 |
| 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 details | https://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