Why Depeg Monitoring Matters
Portfolio Protection
Detect depeg risk before it becomes a loss — minutes matter when a stablecoin breaks its peg
Early Warning
Get ahead of the market with 5-minute rating updates across price deviation, liquidity, and volatility
Compliance
Document stablecoin risk for regulatory reporting and treasury management policies
- 600+ pegged tokens — Stablecoins, RWAs, gold-backed, and yield-bearing tokens
- 5-minute updates — Ratings refresh every 5 minutes using 5 weighted signals (with headroom reserved for future expansion)
- Multi-factor model — Price deviation (30%), slippage (20%), persistence at 50bp (18%) and 100bp (12%), volatility burst (10%)
- 7 EVM chains — ETH, ARB, POL, OPT, BASE, BSC, Linea from a single API
Prerequisites
Before implementing depeg monitoring, ensure you have:- A Webacy API key (sign up here)
- Basic familiarity with REST APIs or the Webacy SDK
- Your treasury, portfolio, or exchange workflow identified for integration points
Screen Stablecoins by Risk Tier
Get an overview of all stablecoins with their current depeg risk rating.| Tier | Rating | What It Means | Action |
|---|---|---|---|
critical | >= 80 | Severe depeg risk | Immediate attention — consider reducing exposure |
warning | 60-79 | Elevated risk | Close monitoring, prepare contingency |
watch | 40-59 | Early stress signals | Track trends, increase monitoring frequency |
ok | under 40 | Normal conditions | Routine monitoring |
premium | N/A | Trading above peg | Positive deviation — monitor for reversal |
Monitor a Specific Token
Get the full depeg snapshot for a token, including historical time series.| Field | Description | Action |
|---|---|---|
riskScore | 0-100 composite depeg rating | Set alert thresholds |
tier | ok / watch / warning / critical / premium | Quick categorization |
price | Current token price | Track deviation from $1.00 |
risk.issues[] | Array of risk tags with severity | Understand what’s driving the rating |
depegEvents | Historical depeg event records | Assess track record |
timeSeries | Rating history over requested period | Spot trends |
Build a Stablecoin Risk Dashboard
Filter and aggregate stablecoin risk across your portfolio.Complete Integration Workflow
Here’s how depeg monitoring fits into a typical treasury or exchange.Monitoring Flow
Implementation Example
Full TypeScript Implementation
Full TypeScript Implementation
API Quick Reference
| Endpoint | Use Case | Response Time |
|---|---|---|
GET /rwa | List all pegged tokens with depeg risk | ~300ms |
GET /rwa/{address}?chain={chain} | Full depeg detail with time series | ~500ms |
Next Steps
Depeg Monitor API
Full endpoint reference with all query parameters
Vault Risk Screening
Screen and monitor the vaults that hold your stablecoins
Exchange Wallet Screening
Screen deposits and withdrawals for compliance
Risk Tags Reference
Complete list of all risk tags and what they mean
