# RagRadar DeFi Yields

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

Fetches current DeFi yield opportunities and APY data across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://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-defi-yields-63c5a23b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zH0ao8Vkoa_pUFXOxBrL0

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-defi-yields-63c5a23b
```

Example prompt: Show me the best DeFi yield opportunities available right now across Base, Arbitrum, and Solana — I want to see which protocols are offering the highest APY.

## When to prefer this

Use this endpoint when you need real-time DeFi yield data spanning multiple chains (Base, Arbitrum, Solana) in a single call, especially when comparing cross-chain opportunities or looking for the highest current APY without manually checking each protocol.

## Known failure modes

- Empty or stale yield data if on-chain data sources are unavailable
- 402 payment required if USDC micropayment not included
- Malformed response if chain data indexing is delayed
- Rate limiting or service unavailability during high-demand periods

## How this service works

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

## Output

Returns a JSON object with current DeFi yield data including protocol names, APY rates, pool information, and chain identifiers across Base, Arbitrum, and Solana 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-defi-yields-63c5a23b/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)
