{
  "x402Version": 2,
  "id": 4141,
  "slug": "4141",
  "resource": "https://api.tickersfeed.net/crypto/stablecoins",
  "description": "Stablecoin supply and peg monitor — USD-pegged stablecoins (USDT, USDC, DAI, and more) ranked by circulating supply, each with peg deviation from $1, backing mechanism, chains, and 7-day supply change, plus total stablecoin market cap and depeg flags, as JSON. Source: DeFiLlama. Use for: stablecoin market cap, USDC/USDT supply tracking, depeg monitoring, peg stability check, stablecoin dominance. $0.001 USDC per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "crypto-data",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 20
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 180,
            "depegged": [],
            "stablecoins": [
              {
                "chains": [
                  "Ethereum",
                  "Base"
                ],
                "circulating_usd": 72200000000,
                "name": "USD Coin",
                "peg_deviation_pct": -0.02,
                "peg_mechanism": "fiat-backed",
                "price": 0.9998,
                "supply_change_7d_pct": 1.4,
                "symbol": "USDC"
              }
            ],
            "total_stablecoin_mcap_usd": 280000000000
          },
          "type": "json"
        }
      },
      "routeTemplate": "/crypto/stablecoins",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Max stablecoins to return, up to 50 (default 20)",
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.tickersfeed.net",
  "lastUpdated": "2026-09-18T21:00:31.323Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T21:01:15.092Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.tickersfeed.net",
    "manifest_name": "api.tickersfeed.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}