# RagRadar Stablecoins On-Chain Data

> RagRadar Stablecoins On-Chain Data is a paid API for AI agents from ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Retrieves on-chain stablecoin data and intelligence across Base, Arbitrum, and Solana via x402 micropayment

## Facts

- Endpoint: GET https://ragradar.space/api/stablecoins
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-stablecoins-on-chain-data-31b6fff5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ozrIuGuNKkwkDbAJIsyk9

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-stablecoins-on-chain-data-31b6fff5
```

Example prompt: Pull the latest on-chain stablecoin data from RagRadar — I want to see what stablecoins are active on Base and their key metrics.

## When to prefer this

Choose this endpoint when you need structured on-chain stablecoin data from EVM chains (Base, Arbitrum) or Solana and are comfortable with x402 micropayment at $0.01 USDC per call. Ideal for AI agents that need real-time or recent blockchain stablecoin intelligence without managing a full node or indexer.

## Known failure modes

- 402 Payment Required if x402 micropayment not provided or USDC balance insufficient
- Invalid or malformed properties parameter returns 400 or empty result
- Unsupported chain or stablecoin query returns empty data set
- Network timeout or upstream chain RPC failure returns 503 or error status
- Rate limiting if too many requests in a short period

## How this service works

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

## Output

A JSON object containing on-chain stablecoin intelligence such as token names, contract addresses, supplies, network identifiers, and related metrics across supported chains like Base, Arbitrum, and Solana.

## Example request

```json
{
 "properties": "base"
}
```

## 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-stablecoins-on-chain-data-31b6fff5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
