# JarvisClaw DeFi Yields API

> JarvisClaw DeFi Yields API is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-16).

Retrieves current DeFi yield opportunities and rates across protocols, routed via the JarvisClaw AI gateway with x402 micropayment settlement in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/defi/yields
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-defi-yields-api-96039501
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1WOng7rU1vfeLiXTbKOf5

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 jarvisclaw-defi-yields-api-96039501
```

Example prompt: Show me the top DeFi yield opportunities right now — I want to see protocols offering the highest APY on stablecoins like USDC, filtered to pools on Base or Solana with at least $1M in TVL.

## When to prefer this

Choose this endpoint when you need real-time DeFi yield data specifically from the JarvisClaw marketplace, want pay-per-call pricing via x402 USDC micropayments without a subscription, or need yield data relevant to Base and Solana chains. Prefer over generic crypto APIs when cost-per-call pricing and agentic micropayment settlement matter.

## Known failure modes

- Payment failure via x402 if USDC balance is insufficient — returns 402 Payment Required
- No matching pools found for the specified filters — returns empty result set
- Upstream data provider unavailable — returns 503 or gateway error
- Invalid filter parameters — returns 400 Bad Request
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

DeFi yield aggregator - top lending/staking rates across Aave, Compound, Lido, and more

## Output

Returns a list of DeFi yield opportunities including protocol names, pool/token pair identifiers, current APY or yield rates, TVL, supported chains, and any relevant reward tokens or conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-defi-yields-api-96039501/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
