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)

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

14 hours 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.




🎬 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