# organiccryptoyyc.com Solana Yield Best Opportunities API

> organiccryptoyyc.com Solana Yield Best Opportunities API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Fetches the best current DeFi yield opportunities for a given Solana wallet address, including APY rankings and projected earnings across protocols like Kamino

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/yield/best-opportunities/solana/%7Baddress%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-solana-yield-best-opportunities-api-4afd82b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9LMIXvN8wb1UH_NPDzOi3

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 organiccryptoyyc-com-solana-yield-best-opportunities-api-4afd82b8
```

Example prompt: What are the best DeFi yield opportunities for my Solana wallet address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU? Show me the top pools by APY and how much I could earn over 12 months.

## When to prefer this

Choose this endpoint when you need ranked, actionable Solana DeFi yield recommendations scoped to a specific wallet address and its actual balance, rather than generic market-wide APY lists. It is especially useful when you want 12-month projected earnings in USD rather than just raw APY figures. Prefer this over generic DeFi aggregators when you need per-wallet personalized opportunity ranking settled on-chain via x402 micropayments.

## Known failure modes

- Invalid or malformed Solana address returns an error or empty result
- Wallet with zero balance may return empty opportunities list
- Network or RPC connectivity issues may cause timeout or 5xx error
- Payment of $0.25 USDC via x402 required — missing or invalid payment header returns 402
- Yield data may be stale if upstream Solana RPC or DeFi protocol APIs are unavailable

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object containing the wallet's SOL balance and its USD equivalent, plus a ranked list of top DeFi yield opportunities. Each opportunity includes the protocol name (e.g. Kamino), pool name (e.g. SOL-USDC), APY percentage, rank, and projected 12-month earnings in USD based on the current balance.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "yield-opportunities-solana",
  "address": "...",
  "balance": 12.5,
  "balanceUsd": 1875,
  "topOpportunities": [
   {
    "apy": 18.2,
    "pool": "SOL-USDC",
    "rank": 1,
    "protocol": "kamino",
    "projected12moEarningsUsd": 341.25
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-solana-yield-best-opportunities-api-4afd82b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
