# RagRadar On-Chain Yield Data

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

Fetches on-chain DeFi yield data across Base, Arbitrum, and Solana via x402 micropayment-gated API

## Facts

- Endpoint: GET https://backup.ragradar.space/api/yields
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-on-chain-yield-data-70db38ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SPdYhQWaz4WvhnV066PwY

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-on-chain-yield-data-70db38ac
```

Example prompt: Pull the current on-chain yield data from RagRadar across Base and Arbitrum so I can see which DeFi protocols are offering the best rates right now.

## When to prefer this

Use this endpoint when you need real-time on-chain DeFi yield data across multiple EVM and Solana chains simultaneously, especially when building automated agents that need to compare yield opportunities. Prefer over manual blockchain scanning when you need aggregated multi-chain yield intelligence in a single call with x402 micropayment billing.

## Known failure modes

- Payment failure: x402 micropayment of $0.02 USDC not completed or rejected
- Invalid properties filter parameter returns malformed response
- Network unavailable: backup domain may have degraded uptime
- Rate limiting if too many rapid successive calls
- Empty result set if no yield data available for requested filter

## 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 'ok' and on-chain yield data including protocol metrics and yield rates across Base, Arbitrum, and Solana blockchain networks

## 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-on-chain-yield-data-70db38ac/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)
