# RagRadar Stablecoin Alerts

> RagRadar Stablecoin Alerts is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves on-chain stablecoin alert data across Base, Arbitrum, and Solana networks

## Facts

- Endpoint: GET https://backup.ragradar.space/api/stablecoins/alerts
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-stablecoin-alerts-606b69d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qGvm4N9Dvz9YuY0RsJgX9

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 ragradar-stablecoin-alerts-606b69d2
```

Example prompt: Check RagRadar for any current stablecoin alerts on Base or Arbitrum — I want to know if USDC or USDT is showing any depeg or on-chain anomaly signals right now.

## When to prefer this

Use this endpoint when an AI agent needs real-time or near-real-time on-chain stablecoin alert intelligence across Base, Arbitrum, or Solana, especially within automated DeFi workflows that need to react to depeg events or anomalies. Prefer over generic price feeds when alert-style event detection is the goal.

## Known failure modes

- Payment not received — returns HTTP 402 requiring x402 USDC micropayment
- Invalid or missing properties filter — may return empty results or error
- Network congestion causing stale data — alerts may lag real-time chain state
- Unsupported chain or stablecoin requested — no matching alerts returned
- Service unavailable on backup domain — endpoint may be temporarily down

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object with status and alert data describing current on-chain stablecoin events, anomalies, or depeg signals across supported chains (Base, Arbitrum, Solana).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-stablecoin-alerts-606b69d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
