# OnchainPulse Yield Intelligence API

> OnchainPulse Yield Intelligence API is a paid API for AI agents from onchainpulse-nine.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns risk-adjusted yield comparisons across T-bills, stablecoins, and money market funds for onchain and traditional finance decision-making

## Facts

- Endpoint: GET https://onchainpulse-nine.vercel.app/api/yield
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainpulse-yield-intelligence-api-baa51376
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YUYodbeMyL7dKx2dB4Zu2

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 onchainpulse-yield-intelligence-api-baa51376
```

Example prompt: Give me a risk-adjusted yield comparison right now across T-bills, stablecoins like USDC, and money market funds so I can see where cash is earning the most with the least risk.

## When to prefer this

Use this endpoint when an agent or user needs a cross-asset yield comparison that spans both onchain (stablecoin) and traditional (T-bill, money market fund) instruments in a single call with risk adjustment already applied. Prefer over raw DeFi data feeds when the goal is normalized, actionable yield intelligence rather than raw protocol data.

## Known failure modes

- Payment not received or invalid — 402 Payment Required returned
- Yield data temporarily unavailable due to upstream data feed issues — may return partial or stale data
- Invalid query parameters result in 400 Bad Request
- Rate limiting or service unavailability returns 503

## How this service works

Legislative intelligence, RWA market tracking, institutional monitoring, and onboarding guidance for the shift from traditional to onchain finance. x402 micropayment API.

## Output

A structured comparison of current yields across T-bills, stablecoin instruments, and money market funds, normalized for risk, enabling side-by-side evaluation of onchain and traditional cash-equivalent returns.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "warning": "Yields above 20% on stables carry significant smart contract or depeg risk",
  "stable_yields": [
   {
    "apy": 8.4,
    "tvl": 420000000,
    "risk": "low",
    "asset": "USDC",
    "protocol": "Morpho Base"
   },
   {
    "apy": 5.8,
    "tvl": 12000000000,
    "risk": "very-low",
    "asset": "USDC",
    "protocol": "Aave v3"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-yield-intelligence-api-baa51376/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchainpulse-nine.vercel.app](https://www.zero.xyz/host/onchainpulse-nine.vercel.app/llms.txt)
