# GetDigitalCraft Stablecoin Circulating Supply & Peg Status

> GetDigitalCraft Stablecoin Circulating Supply & Peg Status is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14).

Returns circulating supply and peg status for 400+ stablecoins and pegged assets, ranked by market size

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/defi-stablecoins
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-stablecoin-circulating-supply-peg-status-778d2405
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_luxIVGYeMQ118kPpLwVqQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability getdigitalcraft-stablecoin-circulating-supply-peg-status-778d2405
```

Example prompt: Pull the current circulating supply and peg status for all major stablecoins and show me which ones are biggest and whether any have lost their peg.

## When to prefer this

Use this endpoint when you need a broad, ranked view of the entire stablecoin landscape across 400+ assets, including peg health monitoring, rather than a narrow price lookup for a single token. Prefer this over generic token price endpoints when peg status (not just price) is the key signal, or when you need circulating supply data rather than market cap or TVL.

## Known failure modes

- Upstream DeFi data provider outage causing stale or missing data
- Newly launched stablecoins not yet indexed in the 400+ asset list
- Temporary HTTP 402 payment failure if USDC balance is insufficient
- Rate limiting or cold-start latency on the cloud run instance

## How this service works

Stablecoin circulating supply and peg status across 400+ pegged assets, ranked by size

## Output

A ranked list of 400+ stablecoins and pegged assets including each asset's name, circulating supply (in USD or token units), current peg status (on-peg or depegged), and rank by size — enabling comparisons of stablecoin dominance and detection of peg breaks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getdigitalcraft-stablecoin-circulating-supply-peg-status-778d2405/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
