H

Hyperd · Yield Allocation

by Hyperd

GETBase

$1

per call · USD Coin on Base

Composed yield allocation recommender. Fans out 3 parallel /api/yield calls at low/medium/high risk tiers for the same amount + duration, then returns a recommended portfolio split + 2-sentence rationale. Allowed bands: conservative / balanced / aggressive / bespoke. 6h Upstash cache bucketed by amount tier × duration × chain.

Endpoint

GET https://api.hyperd.ai/api/yield/allocation

3

Calls / 30d

1

Unique payers / 30d

Sep 1

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://api.hyperd.ai/api/yield/allocation", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.hyperd.ai/api/yield/allocation?amount=10000&chain=base&duration=30" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cache": {
    "status": "miss"
  },
  "coverage": {
    "sub_calls_attempted": 3,
    "sub_calls_failed": [],
    "sub_calls_succeeded": 3
  },
  "methodology": {
    "model": "claude-haiku-4-5-20251001",
    "version": "synthesis-v1.0.0"
  },
  "verdict": {
    "band": "balanced",
    "confidence": 0.75,
    "details": {
      "split": {
        "high": 0.1,
        "low": 0.6,
        "med": 0.3
      }
    },
    "summary": "60% blue-chip, 30% mid-risk, 10% adventurous"
  }
}

Payment details

Pay to0x61b51131e1e44552de2f151ca59dac707d9cf1c6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Hyperd & similar services