Stablecoin Supply Monitor — Minting, Burning & Depeg Detection avatar

Stablecoin Supply Monitor — Minting, Burning & Depeg Detection

Pricing

Pay per usage

Go to Apify Store
Stablecoin Supply Monitor — Minting, Burning & Depeg Detection

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

Hojun Lee

Maintained by Community

Actor 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

FieldDescription
symbolStablecoin ticker (USDT, USDC, DAI, etc.)
nameFull name
circulating_usdCurrent circulating supply in USD
change_24h_pct24h supply change % (positive = minting)
change_7d_pct7-day supply change %
peg_deviation_bpsPrice deviation from $1.00 in basis points
is_depeggedTrue if deviation > depeg threshold
mechanismfiat / crypto / algorithmic / hybrid
chainsChains 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"]
}
ParameterTypeDefaultDescription
topNinteger50Number of stablecoins to track (by market cap)
depegThresholdBpsinteger50Basis points deviation to flag as depegged
mechanismsarrayallFilter 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.