Skip to main content
GET
/
rwa
List Pegged Tokens with Depeg Risk
curl --request GET \
  --url https://api.webacy.com/rwa \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
      "chain": "eth",
      "symbol": "usdt",
      "name": "Tether",
      "assetType": "stablecoin",
      "denomination": {
        "code": "USD",
        "name": "US Dollar",
        "category": "fiat",
        "pegRatio": "1",
        "pegType": "direct"
      },
      "ts": "2026-03-26T14:16:23.221810+00:00",
      "score": 1,
      "tier": "ok",
      "price": 0.9994,
      "peg_value": 1,
      "abs_dev_clean": 0.0006,
      "within_expected_range": true,
      "market_cap_usd": 80396424849,
      "volume_24h": 64186289721,
      "liquidity_tier": "high",
      "risk": {
        "count": 0,
        "medium": 0,
        "high": 0,
        "overallRisk": 1,
        "issues": []
      }
    }
  ],
  "pagination": {
    "total": 645,
    "page": 1,
    "pageSize": 50,
    "totalPages": 13
  },
  "aggregates": {
    "generated_at": "2026-03-26T14:12:40Z",
    "tier_counts": {
      "critical": 94,
      "warning": 35,
      "watch": 26,
      "ok": 549
    },
    "total_mcap": 446899435761,
    "total_volume_24h": 109495098899,
    "stability_index": 69.1,
    "biggest_depegs": [],
    "highest_risk": [],
    "most_stable": []
  },
  "tier_counts": {
    "critical": 13,
    "warning": 10,
    "watch": 10,
    "ok": 200
  },
  "stale": false
}

Authorizations

x-api-key
string
header
required

Query Parameters

chain
string

Filter by blockchain network (eth, arb, pol, opt, base, bsc, linea)

tier
enum<string>

Filter by risk tier

Available options:
critical,
warning,
watch,
ok,
premium
tags
string

Filter by token labels (comma-separated, OR logic): standard, yield, rwa, gold, bridged, vault

denomination
string

Filter by denomination code (e.g. USD, EUR, XAU)

minScore
number

Minimum depeg risk score (0-100)

maxScore
number

Maximum depeg risk score (0-100)

minMcap
number

Minimum market cap in USD

liquidity
enum<string>

Filter by liquidity tier

Available options:
high,
medium,
low,
very_low
q
string

Search by symbol, name, or address (max 100 chars)

sort
enum<string>

Sort field

Available options:
score,
symbol,
chain,
tier,
abs_dev_clean,
market_cap_usd,
ts
order
enum<string>

Sort direction

Available options:
asc,
desc
showAll
boolean

Include excluded/problematic tokens that are normally hidden

collapsedOnly
boolean

Return only collapsed/dead tokens (graveyard view)

page
integer
default:1

Page number (1-indexed)

pageSize
integer
default:50

Items per page (max 500)

Response

Paginated list of pegged tokens with depeg risk data and ecosystem aggregates