Stablecoin Supply Monitor — Minting, Burning & Depeg Detection
Pricing
Pay per usage
Go to Apify Store
Stablecoin Supply Monitor — Minting, Burning & Depeg Detection
Track 400+ stablecoins: circulating supply, 24h/7d supply changes (minting/burning signals), peg price deviation in basis points, and mechanism breakdown (fiat/crypto/algorithmic). DefiLlama API, no auth required. $0.002/stablecoin.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Track 400+ stablecoins using the DefiLlama public API. Monitor supply changes, detect minting/burning events, and flag depeg risks. No API key required.
What it returns
| Field | Description |
|---|---|
symbol | Stablecoin ticker (USDT, USDC, DAI, etc.) |
name | Full name |
circulating_usd | Current circulating supply in USD |
change_24h_pct | 24h supply change % (positive = minting) |
change_7d_pct | 7-day supply change % |
peg_deviation_bps | Price deviation from $1.00 in basis points |
is_depegged | True if deviation > depeg threshold |
mechanism | fiat / crypto / algorithmic / hybrid |
chains | Chains where the stablecoin is deployed |
Use cases
- Alert on large USDT/USDC minting (bullish signal)
- Detect burning events (supply contraction)
- Monitor algorithmic stablecoins for depeg risk
- Track stablecoin dominance shifts
Pricing
$0.002 per stablecoin (PPE). Scanning top 100 costs ~$0.20.
Input
{"topN": 50,"depegThresholdBps": 50,"mechanisms": ["fiat", "crypto", "algorithmic"]}
| Parameter | Type | Default | Description |
|---|---|---|---|
topN | integer | 50 | Number of stablecoins to track (by market cap) |
depegThresholdBps | integer | 50 | Basis points deviation to flag as depegged |
mechanisms | array | all | Filter by mechanism type |
Example output
{"symbol": "USDT","circulating_usd": 110000000000,"change_24h_pct": 0.8,"peg_deviation_bps": 3,"is_depegged": false,"mechanism": "fiat"}
Data source
DefiLlama Stablecoins API — free, no auth required.