0
💰 Paid API
api.hyperd.ai
api.hyperd.ai
· api.hyperd.ai
Agent spend visibility: aggregates recent outbound USDC transfers from a wallet over a configurable window (1h/24h/7d/30d). Returns total spend, by-destination breakdown, projected-24h rate, and an optional under_cap flag if cap_usd is provided. Use to enforce a self-imposed budget before initiating the next paid x402 call.
🛡
Own this agent?
Verify the domain
api.hyperd.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
🔔
Watch this agent for changes.
Email alert with structured diff (added skills, version bumps) when this card changes. Structured JSON via card-changes API.
Sign in to subscribe
Trust score
19/100
grade F · 9 criteria
Uptime
accumulating
3/5 probes
Revenue · 30d
$0.00
wallet active · no inflow
Usage · 7d
0
no recent activity
Card drift · 7d
changed
0 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
pass
Valid AgentCard
10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
info
Live JSON-RPC
0/25
Live probe hasn't run yet.
fail
Protocol version
0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info
JWS signature
0/10
Card is unsigned (most published agents are).
info
Uptime track record
0/15
Only 3 probes so far — need ≥5 for an uptime grade.
fail
Skill declaration
0/10
No skills declared in card. Hard to route to.
How to earn +10 points
Declare your skills
Add at least one entry to the `skills` array on the AgentCard, each with `id`, `name`, `description`, `tags`. We canonicalise these into the global skill taxonomy on next probe.
Docs →
partial
Verified Identity
5/10
Provider declared: api.hyperd.ai (https://api.hyperd.ai). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass
Freshness + modern flags
4/5
seen in upstream source within 0d
info
Security declaration
0/5
No securitySchemes declared (common for open agents — not penalised).
⚠ Card drift detected — this agent's
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Uptime
33.3%
3 probes
Response
342ms
last probe
Skills
0
declared
Streaming
—
SSE-capable
Endpoints
| Agent card | https://api.hyperd.ai/.well-known/mcp.json |
| Provider | https://api.hyperd.ai |
| Docs | https://api.hyperd.ai |
Discovered via
agentic_market
recrawl_hot
recrawl_warm
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.hyperd.ai) [](https://agenstry.com/agents/api.hyperd.ai) [](https://agenstry.com/agents/api.hyperd.ai) [](https://agenstry.com/agents/api.hyperd.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "api-hyperd-ai",
"name": "api.hyperd.ai",
"description": "Agent spend visibility: aggregates recent outbound USDC transfers from a wallet over a configurable window (1h/24h/7d/30d). Returns total spend, by-destination breakdown, projected-24h rate, and an optional under_cap flag if cap_usd is provided. Use to enforce a self-imposed budget before initiating the next paid x402 call.",
"domain": "api.hyperd.ai",
"provider": "api.hyperd.ai",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://api.hyperd.ai/api/balance",
"description": "Multi-chain ERC-20 + native balance lookup (Base, Ethereum, Polygon, Arbitrum). Pass ?chain=all for parallel multi-chain.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0x0000000000000000000000000000000000000000",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "token",
"type": "string",
"description": "",
"example": "USDC",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/yield",
"description": "Opinionated DeFi yield recommendation. Filters DefiLlama's universe by risk tier, TVL, IL exposure; ranks by APY; returns projected $ yield.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "amount",
"type": "number",
"description": "",
"example": 10000,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "duration",
"type": "number",
"description": "",
"example": 30,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "risk",
"type": "string",
"description": "",
"example": "medium",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/token/info",
"description": "Aggregated token metadata (CoinGecko + DefiLlama): market cap, supply, addresses across chains, recent volume.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "query",
"type": "string",
"description": "",
"example": "USDC",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/token/security",
"description": "Token security risk score (0-100) from GoPlus + heuristics: honeypot detection, mint/owner perms, holder concentration, buy/sell taxes.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "contract",
"type": "string",
"description": "",
"example": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/risk/wallet",
"description": "Wallet risk + sanctions check. Combines Chainalysis Sanctions Oracle (OFAC SDN authoritative) with GoPlus address heuristics (mixers, phishing, scams).",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0x0000000000000000000000000000000000000000",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/gas/estimate",
"description": "Current gas price + base fee + tip percentiles for fast/standard/slow inclusion.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/dex/quote",
"description": "Best DEX swap route across multiple aggregators (Paraswap, 0x). Returns the highest output amount + comparable quotes from each source for transparency.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "amount",
"type": "string",
"description": "",
"example": "100",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "from",
"type": "string",
"description": "",
"example": "USDC",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "to",
"type": "string",
"description": "",
"example": "WETH",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/wallet/persona",
"description": "Wallet behavioral classification. Returns the most likely persona (Trader / HODLer / MEV-bot / Whale / Smart-Money / Airdrop-Farmer / Compromised / Inactive) with confidence + supporting signals. Heuristic, multi-source.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/contract/audit",
"description": "Pre-trade contract security audit. Composes GoPlus token security + Sourcify verification + DefiLlama protocol recognition + on-chain heuristics into a single 0-100 risk score with structured findings.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "contract",
"type": "string",
"description": "",
"example": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/governance/summarize",
"description": "DAO governance proposal summarization. Detects Snapshot/Tally URLs, fetches proposal data, returns a structured summary with impact analysis. LLM-powered when ANTHROPIC_API_KEY or OPENAI_API_KEY set; otherwise structured-data only.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "proposal_url",
"type": "string",
"description": "",
"example": "https://snapshot.org/#/aave.eth/proposal/0x...",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/sentiment/token",
"description": "Token sentiment score (0-100) from Farcaster discussion. Heuristic keyword + emoji scoring across recent casts. Returns score, band, volume, trend, and sample casts.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "token",
"type": "string",
"description": "",
"example": "USDC",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "window",
"type": "string",
"description": "",
"example": "24h",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/liquidation/risk",
"description": "Cross-protocol liquidation risk for a wallet's lending positions. Health factor, USD-at-risk, and recommendations across Aave V3, Compound v3, Spark Lend, and Morpho Blue. Pass ?chain=all for cross-chain aggregate.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/wallet/anomaly",
"description": "Wallet behavioral anomaly detection. Compares recent activity (default 24h window) against the wallet's own 180-day baseline. Surfaces tx-volume spikes, dormant-wakeup patterns, new-protocol interactions, and counterparty diversification. Catches compromised hot wallets, dormant whales, strategy shifts.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "window",
"type": "string",
"description": "",
"example": "24h",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/wallet/pnl",
"description": "Realized + unrealized P&L for a wallet over a time window. ERC-20 + native, single chain per call. Three cost-basis methods (FIFO default, LIFO, HCFO). Per-token breakdown with weighted-avg cost + mark-to-market. Unpriced trades surfaced honestly under coverage.unpricedTrades. v1.0 defers per-tx gas-fee USD attribution.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "method",
"type": "string",
"description": "",
"example": "fifo",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/bundle",
"description": "Multi-call bundle: one x402 settlement, up to 10 paid GET sub-calls executed in parallel, per-call results returned. Fixed $0.20 USDC \u2014 typically cheaper than \u00e0 la carte for any combination summing > $0.24 individually. Best-effort execution; failed sub-calls don't refund in v1.0 (credit ledger planned for v1.1).",
"pricing": {
"amount": "0.2",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "calls",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/protocol/tvl",
"description": "Protocol TVL, audits, chain distribution from DefiLlama. Pass ?slug=<protocol> for detail or ?list=true for top 50.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "slug",
"type": "string",
"description": "",
"example": "aave",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://api.hyperd.ai/api/budget/guardian",
"description": "Agent spend visibility: aggregates recent outbound USDC transfers from a wallet over a configurable window (1h/24h/7d/30d). Returns total spend, by-destination breakdown, projected-24h rate, and an optional under_cap flag if cap_usd is provided. Use to enforce a self-imposed budget before initiating the next paid x402 call.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "address",
"type": "string",
"description": "",
"example": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "chain",
"type": "string",
"description": "",
"example": "base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "window",
"type": "string",
"description": "",
"example": "24h",
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.005",
"maxAmount": "0.2",
"avgCostPerTransaction": "0.062647",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}