stablecoin-watch
Monitor top USD stablecoins for depeg events in real time. Get current price, peg deviation, depeg severity, supply trend, and alert level for DeFi risk management and collateral health checks.
Instructions
Real-time depeg monitor for top USD stablecoins (USDT, USDC, DAI, USDS, and others ranked by market cap). Returns current price, peg deviation %, depeg status (PARITY / MILD_DEPEG / MODERATE_DEPEG / SEVERE_DEPEG), supply trend, and a composite alert level (GREEN / YELLOW / ORANGE / RED). Sourced from DeFiLlama public API — no key required, updates every call. Useful for DeFi risk management, collateral health checks, and pre-trade regime detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter to a specific stablecoin symbol (e.g. USDT, USDC, DAI). Case-insensitive. If omitted, returns top coins by market cap. | |
| top_n | No | Number of top stablecoins to return, ranked by circulating supply. Default 20, max 50. Ignored if symbol is specified. | |
| alert_only | No | If true, only return coins with MILD_DEPEG or worse. Useful for alert-driven workflows. |