# Stablecoin Watch — Real-Time Stablecoin Market Intelligence

> Stablecoin Watch — Real-Time Stablecoin Market Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-13).

Fetches real-time market data, metrics, and intelligence on stablecoins such as USDC, USDT, DAI, and others, payable per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/stablecoin-watch
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecoin-watch-real-time-stablecoin-market-intelligence-6d03386a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZiBlvJspjk_1jVlkgUSC4

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 stablecoin-watch-real-time-stablecoin-market-intelligence-6d03386a
```

Example prompt: Can you check on the current peg status and market metrics for major stablecoins like USDC, USDT, and DAI — I want to know if any are showing signs of depegging right now?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call stablecoin market intelligence without setting up API keys or accounts. Ideal for agents needing real-time peg monitoring, depeg alerts, or stablecoin comparison data, especially in Web3-native or DeFi workflows where USDC micropayments on Base are already supported.

## Known failure modes

- Payment not received or insufficient USDC balance returns 402 Payment Required
- Invalid or unsupported stablecoin ticker returns empty or error response
- Network latency on Base mainnet may delay payment confirmation
- Malformed properties filter parameter returns 400 Bad Request
- Data source unavailable returns 503 or degraded partial response

## How this service works

Real-time depeg monitor for top USD stablecoins (USDT, USDC, DAI, USDS, and others ranked by market cap). Returns current price, peg deviation %, depeg status (PARITY / MILD_DEPEG / MODERATE_DEPEG / SEVERE_DEPEG), supply trend, and a composite alert level (GREEN / YELLOW / ORANGE / RED). Sourced from DeFiLlama public API — no key required, updates every call. Useful for DeFi risk management, collateral health checks, and pre-trade regime detection.

## Output

Returns real-time intelligence on stablecoins including price, peg deviation from $1, market cap, trading volume, liquidity metrics, and other relevant market data for one or more stablecoin assets.

## Example request

```json
{
 "properties": "stablecoin_prices,market_cap,trading_volume"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecoin-watch-real-time-stablecoin-market-intelligence-6d03386a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
