# RagRadar Stablecoin Info by Symbol

> RagRadar Stablecoin Info by Symbol 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-10).

Retrieves on-chain intelligence and data for a specific stablecoin by its ticker symbol across multiple blockchain networks.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/stablecoins/%7Bsymbol%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-stablecoin-info-by-symbol-cb7e1a23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__cXdBd3VsTqx8Unk_692s

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-info-by-symbol-cb7e1a23
```

Example prompt: Pull the on-chain intelligence data for USDC from RagRadar — I want to see the latest stablecoin metrics for that symbol.

## When to prefer this

Use this endpoint when you need on-chain data for a specific stablecoin by its ticker symbol (e.g. USDC, USDT, DAI) and want micropayment-gated, per-call access without a subscription. Best for AI agents needing stablecoin intelligence across Base, Arbitrum, or Solana.

## Known failure modes

- Invalid or unsupported stablecoin symbol returns an error
- Symbol not found on any supported chain returns empty or error response
- Network or availability issues on backup domain may cause timeouts
- Payment failure via x402 prevents data access
- Malformed symbol path parameter causes 400 or 404

## How this service works

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

## Output

A JSON object with on-chain stablecoin data for the requested symbol, including metrics and status information available 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-info-by-symbol-cb7e1a23/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)
