# The Stall — DeFi Yields Data

> The Stall — DeFi Yields Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).

Returns current DeFi yield data (rates, APYs, protocols) across decentralized finance platforms, payable via USDC on Base mainnet with no account required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/defi-yields
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-defi-yields-data-daf76ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8oVCir7buud5Kc4JNFBT1

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 the-stall-defi-yields-data-daf76ca2
```

Example prompt: Pull current DeFi yield rates from The Stall — I want to see which protocols are offering the best APYs right now across lending, staking, and liquidity pools.

## When to prefer this

Prefer this endpoint when you need real-time or near-real-time DeFi yield intelligence without setting up an account or API key, and are comfortable paying $0.025 USDC per call via x402 on Base mainnet. Ideal for agents autonomously scouting yield opportunities across multiple protocols in a single lightweight call.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402
- Invalid or malformed properties filter — returns error or empty results
- DeFi data source temporarily unavailable — may return stale or partial data
- Network congestion on Base mainnet causing payment delays
- Unsupported protocol or asset type requested

## How this service works

Returns top DeFi yield pools ranked by APY from DeFiLlama. Covers 16,000+ pools across 400+ protocols and 50+ chains (Ethereum, Base, Solana, Arbitrum, Polygon, etc.). Filter by chain, minimum APY, minimum TVL, or stablecoin-only. Each pool includes APY breakdown (base + reward), TVL, 7-day APY change, and a direct DeFiLlama link. Sourced from DeFiLlama public API — no key required, updated continuously.

## Output

Returns current yield data including APY/APR rates, protocol names, asset pairs, and pool or staking details across decentralized finance platforms, delivered as structured JSON.

## Example request

```json
{
 "properties": "yield_apy,tvl,protocol_name"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

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