Top USD-pegged stablecoins by circulating market cap, live from DeFiLlama: current peg pri
Top USD-pegged stablecoins by circulating market cap, live from DeFiLlama: current peg price with deviation from $1 (a live depeg monitor), plus 1d/7d % change in circulating supply. Not ticker-specific -- a market-wide screener. Supports optional limit (default 10, max 25). $0.01/call.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-29
updated
Provider
www.x402financialdata.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xe4181c7de066959bcca010525304ba68a84768e0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "FTwh34f9yBgdD2ydjQUqHnZGRtQsHMHaRm8w2hpcB79L",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"as_of": "2026-08-01",
"count": 2,
"note": "peg_deviation_pct is a large positive number for a few yield-bearing tokenized-treasury instruments classified here as USD-pegged (e.g. USYC, BUIDL) -- that's legitimate NAV growth above $1 from accruing yield, not a depeg. It's a real signal only for pure fiat/crypto-backed stablecoins meant to hold exactly $1 (USDT, USDC, DAI, etc.).",
"stablecoins": [
{
"market_cap_change_1d_pct": -0.0235,
"market_cap_change_7d_pct": -0.5679,
"market_cap_usd": 183237992492.22223,
"name": "Tether",
"peg_deviation_pct": -0.0904,
"peg_mechanism": "fiat-backed",
"price": 0.9990962828003668,
"symbol": "USDT"
},
{
"market_cap_change_1d_pct": 0.0302,
"market_cap_change_7d_pct": -2.1372,
"market_cap_usd": 72069997301.03093,
"name": "USD Coin",
"peg_deviation_pct": -0.01,
"peg_mechanism": "fiat-backed",
"price": 0.9999001788223568,
"symbol": "USDC"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max stablecoins to return, default 10, max 25.",
"type": "integer"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_vyd5u8m3"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://www.x402financialdata.com/stablecoins" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.x402financialdata.com/stablecoins");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://www.x402financialdata.com/stablecoins")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4581.json, and this resource appears in /discovery/resources and /discovery/search.