Yield.xyz MCP · Yields GET Risk

by Yield.xyz MCP

POSTBaseX Layer

$0.001

per call · USD Coin on Base

Get the risk profile for a yield — ratings and scores from independent risk providers (Credora, Staking Rewards) so agents and users can weigh safety before depositing.

Endpoint

POST https://mcp.yield.xyz/x402/yields_get_risk

1

Calls / 30d

1

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://mcp.yield.xyz/x402/yields_get_risk", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "yieldId": "base-usdc-aave-v3-lending"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://mcp.yield.xyz/x402/yields_get_risk" \
  -H "Content-Type: application/json" \
  -d '{"yieldId":"base-usdc-aave-v3-lending"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "credora": {
    "psl": 0.012,
    "rating": "AA",
    "score": 4
  },
  "updatedAt": "2026-07-01T00:00:00.000Z"
}

Payment details

Pay to0xd433f056270912659f073d5ffe7ae247e39235a5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, X Layer
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from Yield.xyz MCP & similar services