# 400860 Radar DeFi Yields API

> 400860 Radar DeFi Yields API is a paid API for AI agents from api.400860.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns cached DeFi yield-pool data sourced from DeFiLlama, payable per-call via x402 micropayment.

## Facts

- Endpoint: GET https://api.400860.xyz/v1/defi/yields
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/400860-radar-defi-yields-api-734ab1e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8lNEomjlmjDn2kD5TbKTB

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 400860-radar-defi-yields-api-734ab1e7
```

Example prompt: Pull the latest DeFi yield pool data from 400860 Radar so I can see which protocols and pools are offering the best APY right now.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to DeFi yield pool data from DeFiLlama without managing a DeFiLlama API key or subscription — especially useful for AI agents operating within x402 micropayment workflows on Web3 infrastructure. Prefer it when you need fresh cached yield data quickly and are already operating in a crypto-native or agent-native payment environment.

## Known failure modes

- Payment failure if x402 USDC micropayment of $0.002 is not processed — returns 402 Payment Required
- Stale or cached data if upstream DeFiLlama feed has not refreshed recently
- Empty or partial response if DeFiLlama upstream is unavailable
- Rate limiting or access denial if payment credentials are invalid
- Malformed query parameters may result in unexpected empty result sets

## How this service works

Cached DeFi yield-pool data from DeFiLlama.

## Output

A cached JSON response containing DeFi yield pool data aggregated from DeFiLlama, including pool identifiers, protocols, APY rates, and associated liquidity pool metrics across multiple chains and tokens.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

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