# SYNTHORA Stablecoin Depeg Radar

> SYNTHORA Stablecoin Depeg Radar is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Monitors 8 major stablecoins for peg deviations using dual independent sources (CoinGecko + DefiLlama) with severity in basis points and inter-source discrepancy detection

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/stablecoin-depeg
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-stablecoin-depeg-radar-ad859cf9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3EgzoDU5_juU2KhZO8o5

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 synthora-stablecoin-depeg-radar-ad859cf9 -d '<json body>'
```

Example prompt: Check the depeg radar across all 8 major stablecoins right now — I want to know if any of them have a real peg deviation confirmed by both CoinGecko and DefiLlama, and how severe it is in basis points.

## When to prefer this

Choose this endpoint when you need dual-source confirmation of stablecoin depeg events to distinguish real market dislocations from single-oracle artifacts. Ideal for DeFi agents that need to gate actions on stablecoin stability (e.g. before providing liquidity, minting, or executing large trades). Covers 8 major stablecoins with basis-point precision and requires no API keys beyond the $0.006 USDC x402 micropayment.

## Known failure modes

- Upstream source unavailability from CoinGecko or DefiLlama may degrade dual-source confirmation
- Payment failure via x402 protocol returns 402 with payment details
- Malformed input returns 400 with validation error
- Network timeout if either data source is slow to respond
- Single-source data gaps may prevent discrepancy calculation for affected coins

## How this service works

SYNTHORA stablecoin-depeg: depeg radar for 8 major stablecoins (USDT, USDC, DAI, USDS, USDe, PYUSD, USDD, FDUSD), each measured by TWO independent sources (CoinGecko + DefiLlama) with inter-source discrepancy reported — a real depeg shows in both; a single-source blip is an oracle artifact. Severity levels in bps. Free sources, no key. $0.006 USDC x402 Base.

## Output

Returns peg deviation data for up to 8 stablecoins (USDT, USDC, DAI, USDS, USDe, PYUSD, USDD, FDUSD), each measured by CoinGecko and DefiLlama independently. Includes per-coin peg deviation in basis points, severity classification, inter-source discrepancy flag (distinguishing real depeg from oracle artifact), and overall depeg status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA stablecoin-depeg: depeg radar for 8 major stablecoins (USDT, USDC, DAI, USDS, USDe, PYUSD, USDD, FDUSD), each measured by TWO independent sources (CoinGecko + DefiLlama) with inter-source dis"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-stablecoin-depeg-radar-ad859cf9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
