# Stablecoin Peg Monitor

> Stablecoin Peg Monitor is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Tracks real-time deviations from the $1.00 USD peg for major stablecoins

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/stablecoins
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-bb20c40e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PPIaobFcsqEf2itOw_Xb0

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 market-memoryapi-org-bb20c40e
```

Example prompt: Check all the major stablecoins right now and tell me which ones are deviating from their $1.00 peg — I want to know the percentage off and which direction.

## When to prefer this

Use this endpoint when you need real-time peg stability data specifically for stablecoins and want a simple depeg deviation metric. Prefer this over general crypto price endpoints when the focus is risk monitoring, DeFi safety checks, or detecting depegging events across multiple stablecoins at once.

## Known failure modes

- Price feed unavailable — upstream data source timeout
- Stablecoin not tracked — unknown or unlisted asset returns empty result
- Rate limit exceeded — too many requests in short window
- Payment verification failure — x402 payment header invalid or insufficient

## How this service works

Stablecoin peg monitoring. Track deviations from $1.00 USD peg for major stablecoins.

## Output

Returns a list of major stablecoins with their current prices, deviation from the $1.00 USD peg in absolute and percentage terms, and an indication of peg health status for each coin.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-bb20c40e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
