Track changes in stablecoin circulating supply using CoinGecko’s API as part of the Stress Test framework.
The text below explains how we monitor changes in the circulating supply of stablecoins as part of the Stress Test system.Large shifts in supply — either through minting (expansion) or burning (contraction) — can serve as early indicators of stress events, liquidity shifts, or issuer-driven interventions.We use CoinGecko’s API to retrieve daily stablecoin supply data.
Monitoring circulating supply changes can highlight:
Growing demand (supply expansion)
Loss of trust or redemption pressure (supply contraction)
Anomalous minting or burning patterns that may precede depegs or liquidity crises. The supply-changes metric complements price-based and liquidity-based stress indicators.
curl -X GET "https://api.coingecko.com/api/v3/coins/usd-coin"curl -X GET "https://api.coingecko.com/api/v3/coins/dai"curl -X GET "https://api.coingecko.com/api/v3/coins/usdt"curl -X GET "https://api.coingecko.com/api/v3/coins/trueusd"curl -X GET "https://api.coingecko.com/api/v3/coins/frax"
Tracking changes in stablecoin supply provides another valuable layer of visibility into market trust dynamics.
While supply expansion is typically healthy, sudden contractions may reflect redemption surges or liquidity withdrawal events requiring close attention.