Skip to main content

Overview

The Depeg Monitor gives you real-time risk ratings for 600+ pegged tokens (stablecoins, RWAs, gold-backed, yield-bearing) across 7 EVM chains. Ratings are updated every 5 minutes using a multi-factor model that tracks price deviation, liquidity, volatility, persistence, oracle divergence, and cross-chain spread. Each response includes a standard risk field in the same format used by all other Webacy risk endpoints (Threat Risks, Token Analysis, Pool Analysis), so you can consume depeg risk data using the same schema as token and pool risk.

Endpoints

List Pegged Tokens

Paginated list of all stablecoins and RWAs with depeg risk ratings, filtering, sorting, and ecosystem aggregates

Token Detail

Full depeg snapshot with 50+ metrics, historical time series, and depeg event history for a specific token

Key Concepts

Risk Rating (0-100)

You get a composite risk rating for each token every 5 minutes based on weighted signals:
SignalWeightDescription
Price Deviation (5m)30%Distance from peg; 5% deviation = maximum rating
Slippage ($100k)20%On-chain trade slippage; higher = thinner liquidity
Persistence (50bp, 60m)18%Minutes exceeding 0.5% deviation in last hour
Persistence (100bp, 60m)12%Minutes exceeding 1.0% deviation in last hour
Volatility Burst10%Triggered when recent volatility > 2x baseline
Headroom10%Reserved for future signals (oracle deviation, cross-chain spread, etc.)

Risk Tiers

TierRatingInterpretation
critical>= 80Severe depeg risk, immediate attention required
warning60-79Elevated risk, close monitoring needed
watch40-59Early stress signals, track trends
ok< 40Normal conditions, low risk
premiumN/AToken trading above peg (positive deviation)

Standard Risk Response

The risk field on each token follows the same structure used by the Token Analysis and Pool Analysis endpoints:
{
  "risk": {
    "count": 2,
    "medium": 1,
    "high": 1,
    "overallRisk": 65,
    "issues": [
      {
        "score": 65,
        "tags": [
          {
            "key": "depeg_price_deviation",
            "name": "Price Deviation",
            "type": "depegRisk",
            "severity": 5.3,
            "description": "Token price deviating from its peg value"
          }
        ],
        "categories": {
          "price_stability": {
            "name": "Price Stability",
            "tags": { "depeg_price_deviation": true }
          }
        }
      }
    ]
  }
}

Supported Chains

eth, arb, pol, opt, base, bsc, linea

Common Use Cases

Use CaseEndpointParameters
Dashboard overviewGET /rwasort=score&order=desc&pageSize=50
Filter by chainGET /rwachain=eth&tier=ok&sort=market_cap_usd&order=desc
Search for a tokenGET /rwaq=USDC
Token detail with 7-day historyGET /rwa/{address}chain=eth&hours=168
Graveyard (dead tokens)GET /rwacollapsedOnly=true
High-cap stablecoins onlyGET /rwaminMcap=1000000000&tags=standard