Otto AI · Stablecoin Watch

by Otto AI

GETBaseSolana

$0.001

per call · USD Coin on Base

Is USDC/USDT/DAI holding its $1 peg, and is stablecoin supply growing or shrinking (risk-on vs risk-off)? Live peg deviation (bps), circulating supply + 1d/7d/30d flow, market dominance and chain spread for the top 30 USD stablecoins, plus downside depeg alerts for any coin trading >0.5% below peg. Sourced from DefiLlama (public). Served from a cached snapshot while fresh (≤1h) and regenerated on demand when a read finds it stale.

Endpoint

GET https://x402.ottoai.services/stablecoin-watch

20

Calls / 30d

15

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.ottoai.services/stablecoin-watch", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402.ottoai.services/stablecoin-watch" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "analysisStatus": "ok",
    "depegAlerts": [
      {
        "circulatingUsd": 412550031,
        "name": "Example USD",
        "pegDeviationBps": -69,
        "priceUsd": 0.9931,
        "symbol": "USDX"
      }
    ],
    "generatedAt": "2026-06-09T21:00:00.000Z",
    "marketChange": {
      "d1Pct": 0.12,
      "d30Pct": 2.31,
      "d7Pct": 0.84
    },
    "narrative": "Aggregate stablecoin supply expanded 0.84% over 7d (risk-on tilt). USDT and USDC are both within 2bps of peg. One tracked coin trades 69bps below peg on thin liquidity - watch redemption flow.",
    "stablecoinCount": 30,
    "topStablecoins": [
      {
        "chains": [
          "Ethereum",
          "Tron",
          "Solana",
          "Base"
        ],
        "change1dPct": 0.05,
        "change30dPct": 1.92,
        "change7dPct": 0.61,
        "circulatingUsd": 142055120031,
        "dominancePct": 63.2,
        "name": "Tether",
        "pegDeviationBps": -2,
        "pegMechanism": "fiat-backed",
        "priceUsd": 0.9998,
        "symbol": "USDT"
      },
      {
        "chains": [
          "Ethereum",
          "Base",
          "Solana",
          "Arbitrum"
        ],
        "change1dPct": 0.21,
        "change30dPct": 3.55,
        "change7dPct": 1.43,
        "circulatingUsd": 61209311842,
        "dominancePct": 27.2,
        "name": "USD Coin",
        "pegDeviationBps": 1,
        "pegMechanism": "fiat-backed",
        "priceUsd": 1.0001,
        "symbol": "USDC"
      }
    ],
    "totalCirculatingUsd": 224731008451
  },
  "meta": {
    "degraded": false,
    "generatedAt": "",
    "stalenessSec": 0,
    "validUntil": ""
  },
  "status": "success"
}

Payment details

Pay to0x0e84ddedaae6a779c462c22a59f301ec31b6b808
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Otto AI & similar services