mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Highest-yield DeFi pools across every chain and protocol, filterable by chain, project, or

Highest-yield DeFi pools across every chain and protocol, filterable by chain, project, or asset symbol: each pool returns TVL in USD, total APY with base/reward split, stablecoin flag, impermanent-loss risk, and exposure. Sort by APY or TVL, and set sustainable=true to exclude IL-risky pure reward-emission farms. Find where to earn yield on USDC, ETH, SOL and more. Sourced from DefiLlama.

Do you run crypto.apitoll.cloud? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
4
calls / 30d
4
unique payers
2026-08-30
updated

Provider

crypto.apitoll.cloud · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "chain": "Base",
          "sort": "apy",
          "sustainable": true,
          "symbol": "USDC"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "count": 1,
          "filters": {
            "chain": "base",
            "sort": "apy",
            "sustainable": true,
            "symbol": "usdc"
          },
          "pools": [
            {
              "apy": 5.12,
              "apyBase": 4.9,
              "apyMean30d": 5.03,
              "apyReward": 0.22,
              "chain": "Base",
              "exposure": "single",
              "ilRisk": "no",
              "outlier": false,
              "pool": "abc",
              "predictedClass": "Stable/Up",
              "project": "aave-v3",
              "stablecoin": true,
              "symbol": "USDC",
              "tvlUsd": 12500000
            }
          ],
          "source": {
            "name": "DefiLlama"
          },
          "totalMatching": 42
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "chain": {
                  "description": "Filter to one chain (exact, case-insensitive): Ethereum, Solana, Base, Arbitrum…",
                  "type": "string"
                },
                "limit": {
                  "description": "Max pools returned (1–100, default 20).",
                  "maximum": 100,
                  "minimum": 1,
                  "type": "integer"
                },
                "minTvlUsd": {
                  "description": "Minimum pool TVL in USD (default 10000 to hide dust).",
                  "type": "number"
                },
                "project": {
                  "description": "Filter by protocol/project substring: aave, lido, uniswap…",
                  "type": "string"
                },
                "sort": {
                  "description": "Sort key (default tvl).",
                  "enum": [
                    "tvl",
                    "apy"
                  ],
                  "type": "string"
                },
                "sustainable": {
                  "description": "When true, keep only real-yield pools: no impermanent-loss risk, an organic base APY that outweighs reward-token emissions, and a plausible APY (drops transient spikes).",
                  "type": "boolean"
                },
                "symbol": {
                  "description": "Filter by pool asset substring: USDC, ETH, SOL…",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "count": {
                  "type": "number"
                },
                "filters": {
                  "properties": {
                    "chain": {
                      "type": "string"
                    },
                    "sort": {
                      "type": "string"
                    },
                    "sustainable": {
                      "type": "boolean"
                    },
                    "symbol": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "pools": {
                  "items": {
                    "properties": {
                      "apy": {
                        "type": "number"
                      },
                      "apyBase": {
                        "type": "number"
                      },
                      "apyMean30d": {
                        "type": "number"
                      },
                      "apyReward": {
                        "type": "number"
                      },
                      "chain": {
                        "type": "string"
                      },
                      "exposure": {
                        "type": "string"
                      },
                      "ilRisk": {
                        "type": "string"
                      },
                      "outlier": {
                        "type": "boolean"
                      },
                      "pool": {
                        "type": "string"
                      },
                      "predictedClass": {
                        "type": "string"
                      },
                      "project": {
                        "type": "string"
                      },
                      "stablecoin": {
                        "type": "boolean"
                      },
                      "symbol": {
                        "type": "string"
                      },
                      "tvlUsd": {
                        "type": "number"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "source": {
                  "properties": {
                    "name": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "totalMatching": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://crypto.apitoll.cloud/v1/crypto/yields"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://crypto.apitoll.cloud/v1/crypto/yields");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://crypto.apitoll.cloud/v1/crypto/yields")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/224.json, and this resource appears in /discovery/resources and /discovery/search.