api.hyperd.ai publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.3 to $1.5 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/gov/translate | GET | $1.0 | 402 |
| /api/risk/full_audit | GET | $0.35 | 402 |
| /api/token/archetype | GET | $0.3 | 402 |
| /api/wallet/thesis | GET | $0.5 | 402 |
| /api/wallet/threat_brief | GET | $1.5 | 402 |
| /api/yield/allocation | GET | $1.0 | 402 |
Composed DAO governance translator. Takes a Snapshot or Tally proposal URL, fetches structured data + summary via /api/governance/summarize, then produces a 2-3 sentence plain-language translation + d…
Composed wallet risk verdict. Fans out to balance, wallet_risk, wallet_persona, contract_audit, privacy_mixer_risk and returns a Haiku 4.5-authored summary + confidence + band. One verdict replaces a …
Composed token classification. Fans out to token_info, token_security, protocol_tvl and returns a single archetype (stablecoin / blue_chip / mid_cap / memecoin / wrapped / governance / unverified) plu…
Composed wallet behavioral thesis. Fans out to balance, wallet_persona, wallet_pnl, wallet_anomaly and returns a plain-language summary of the wallet's investing posture plus archetype (trader / hodle…
Composed wallet threat brief. Fans out to wallet_risk, wallet_anomaly, privacy_mixer_risk, budget_guardian, and wallet_persona and returns a 2-3 sentence security verdict + band (clean / watch / eleva…
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 ration…