x402basequality 0.72

Risk-adjusted DeFi yield intelligence with portfolio allocation recommendations via x402 micropayments.

Price
per_call
Protocol
x402
Verified
no

What it does

The Silverback DeFi Yield endpoint provides on-demand DeFi yield opportunity analysis through the x402 micropayment protocol. For $0.03 per call (paid in USDC on Base, Solana, or SKALE), it returns risk-adjusted yield data including APR figures, risk scores, and suggested portfolio allocation. You can filter by token (symbol or contract address) and specify a risk tolerance level (low, medium, or high).

This endpoint is part of the broader Silverback x402 API, which offers 11 pay-per-use DeFi intelligence and execution endpoints. The defi-yield endpoint accepts POST requests with a JSON body. No required parameters are enforced — you can call it with an empty body for general yield opportunities, or pass a specific token and risk tolerance to narrow results. All responses include a `success` boolean field.

Payment is handled via the x402 protocol: an initial request returns a 402 Payment Required response with payment options. You sign a USDC authorization, attach the payment proof header, and resend the request to receive the JSON response. The endpoint supports USDC on Base (chain 8453), Solana, and SKALE Base Hub (zero gas). A 15% discount is available when paying with the $BACK token via Permit2 on Base.

Capabilities

defi-yield-analysisrisk-adjusted-returnsportfolio-allocationx402-micropaymentsusdc-paymentmulti-chain-settlementpay-per-use

Use cases

  • AI agents autonomously scanning for the best risk-adjusted DeFi yield opportunities
  • Portfolio managers comparing yield options across protocols filtered by risk tolerance
  • Automated strategies that query yield data before allocating capital to DeFi positions
  • Dashboards displaying real-time yield opportunities with risk scores

Fit

Best for

  • Autonomous DeFi agents needing pay-per-call yield intelligence
  • Developers building yield aggregation tools on Base, Solana, or SKALE
  • Risk-aware portfolio allocation across DeFi protocols

Not for

  • Users who need free or subscription-based unlimited yield data
  • Direct yield farming execution (this endpoint returns data, not transactions)
  • Non-crypto or traditional finance yield analysis

Quick start

curl -X POST https://x402.silverbackdefi.app/api/v1/defi-yield \
  -H "Content-Type: application/json" \
  -d '{"token": "USDC", "riskTolerance": "medium"}'

Example

Request

{
  "token": "USDC",
  "riskTolerance": "medium"
}

Endpoint

Transporthttp
Protocolx402
Pay to0xD34411a70EffbDd000c529bbF572082ffDcF1794
CurrencyUSD COIN

Quality

0.72/ 1.00

Full OpenAPI schema with clear endpoint description, pricing, and request parameters. The endpoint is live (402 challenge captured). However, the 402 challenge body is empty (no payment details in the probe), no example response is available, and the docs link returns a 404. Pricing and behavior are well-documented in the OpenAPI guidance section.

Warnings

  • The docs link (https://docs.silverbackdefi.app/) was not crawled and the /docs path on the API server returns 404.
  • No example response body is available — response schema is described only as a summary string.
  • The 402 challenge object captured in the probe is empty, so exact payment parameters (token address, amount in base units) could not be independently verified from the probe alone.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:09:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access