# Losbeto DeFi Yield Data Endpoint

> Losbeto DeFi Yield Data Endpoint is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Returns DeFi yield data for AI trading agents via x402 micropayment-gated API on Solana and Base chains.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/defi-yield
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-defi-yield-data-endpoint-047fabfe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p42-hzcNKdvz88EMTUdaR

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 losbeto-defi-yield-data-endpoint-047fabfe
```

Example prompt: What are the current DeFi yield rates available right now — I need the best APY options across Solana and Base so my trading strategy can pick the highest-returning protocol.

## When to prefer this

Choose this endpoint when your AI agent needs real-time DeFi yield data and operates with x402 micropayment capability on Solana or Base. Suitable for trading bots that require low-cost ($0.025 per call) yield lookups without subscription overhead. Best for agents already integrated with USDC micropayment infrastructure.

## Known failure modes

- Payment not provided or rejected — returns HTTP 402 requiring USDC micropayment
- Invalid or missing properties parameter — returns malformed or empty response
- Upstream DeFi data source unavailable — may return stale or null yield data
- Rate limiting if too many calls in short period
- Chain-specific data unavailable if network is congested

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns a JSON object containing DeFi yield data including protocol names, APY rates, and chain information for Solana and Base networks, enabling AI agents to make yield-optimized trading decisions.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Top DeFi yield pools ranked by APY and TVL across Solana DEXs, refreshed live, with the pool address for each row.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-defi-yield-data-endpoint-047fabfe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
