Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt

Use this file to discover all available pages before exploring further.

POST /defi/yields

Returns the top yield opportunities across all chains, powered by DeFiLlama yield data. Supports filtering by chain, stablecoin status, and minimum APY. Price: $0.002 per request Signal vocabulary: high_yield | medium_yield | low_yield | risky Sources: DeFiLlama

Parameters

chain
string
default:"all"
Chain filter. Use all for cross-chain results.
stablecoin
string
Set to true to show only stablecoin pools.
min_apy
number
Minimum APY percentage filter.
limit
integer
default:"20"
Maximum number of pools to return (max 50).

Example Request

curl -X POST https://mpp.hyreagent.fun/defi/yields \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment>" \
  -d '{"chain": "solana", "stablecoin": "true", "min_apy": 5, "limit": 10}'

Example Response

{
  "data": {
    "pools": [
      {
        "pool": "USDC-USDT",
        "project": "Meteora",
        "chain": "Solana",
        "apy_pct": 24.5,
        "tvl_usd": 8200000,
        "stablecoin": true,
        "il_risk": "none",
        "reward_tokens": ["USDC"]
      },
      {
        "pool": "USDC-DAI",
        "project": "Marinade",
        "chain": "Solana",
        "apy_pct": 12.3,
        "tvl_usd": 3400000,
        "stablecoin": true,
        "il_risk": "none",
        "reward_tokens": ["MNDE"]
      }
    ],
    "filter": {
      "chain": "solana",
      "stablecoin": true,
      "min_apy": 5
    }
  },
  "insight": "Top stablecoin yield on Solana is Meteora's USDC-USDT at 24.5% APY with $8.2M TVL — sustainable fee-based yield with zero IL risk. Marinade's USDC-DAI at 12.3% includes MNDE incentives which may decrease over time.",
  "signal": "high_yield",
  "confidence": 0.89,
  "sources": ["defillama"],
  "model_used": "deepseek-v3.2",
  "latency_ms": 567,
  "timestamp": "2026-04-17T10:30:00.000Z"
}

Data Fields

High APY pools (>100%) often rely on token emissions that decrease over time. The AI insight considers yield sustainability when generating the signal.