{"network":"hyperD","network_version":"v1","network_size":17,"description":"hyperD — DeFi APIs for AI agents. Curated catalog of paid x402 endpoints settling USDC on Base. Operators can apply for inclusion via the PromoteStake program (off-chain v0).","promote_stake":{"enabled":true,"version":"v0-offchain","info_url":"https://api.hyperd.ai/api/discover/promote","tiers":[{"name":"Bronze","min_stake_usdc":100},{"name":"Silver","min_stake_usdc":1000},{"name":"Gold","min_stake_usdc":10000}]},"endpoints":[{"resourceUrl":"https://api.hyperd.ai/api/balance","description":"Multi-chain ERC-20 + native balance lookup. Pass ?chain=all for parallel multi-chain.","category":"Data","method":"GET","price":"$0.01","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string","description":"0x EVM address"},"token":{"type":"string","description":"Token symbol or contract address. Default USDC."},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb","base-sepolia","all"],"default":"base"}},"required":["address"]},"exampleResponse":{"balance":"1250.50","decimals":6,"symbol":"USDC","chain":"base"},"tags":["balance","erc20","wallet","evm","multi-chain"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/yield","description":"Opinionated DeFi yield recommendation. Filters DefiLlama's pool universe by risk tier (low/medium/high), TVL, and IL exposure, then ranks by APY. Returns the top picks plus projected $ yield over your duration.","category":"Trading","method":"GET","price":"$0.05","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"amount":{"type":"number","description":"USD amount to invest"},"risk":{"type":"string","enum":["low","medium","high"]},"duration":{"type":"integer","description":"Days","default":30},"chain":{"type":"string","description":"Optional chain filter"},"stables":{"type":"boolean","description":"Stablecoins-only filter","default":false}},"required":["amount"]},"exampleResponse":{"recommendations":[{"protocol":"Aave V3","symbol":"USDC","apy":6.4,"tvlUsd":825000000}],"projectedYieldUsd":105.21},"tags":["defi","yield","apy","stablecoin","vault","morpho","aave"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/token/info","description":"Aggregated token metadata: market cap, supply, contract addresses across chains, recent volume. One call replaces multiple CoinGecko/Etherscan lookups.","category":"Data","method":"GET","price":"$0.01","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"query":{"type":"string","description":"Symbol, name, or coingecko id"},"contract":{"type":"string","description":"Contract address (alternative to query)"},"chain":{"type":"string","default":"base"}}},"exampleResponse":{"token":{"symbol":"USDC","name":"USD Coin","priceUsd":1,"marketCapUsd":70000000000}},"tags":["token","metadata","coingecko","market-cap","supply"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/token/security","description":"Token security risk score (0-100). Ensemble of GoPlus signals: honeypot, mint/owner perms, holder concentration, buy/sell taxes, source verification. Returns score, band, and structured findings.","category":"Data","method":"GET","price":"$0.05","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"contract":{"type":"string","description":"Token contract address"},"chain":{"type":"string","default":"base"}},"required":["contract"]},"exampleResponse":{"score":22,"band":"caution","findings":[{"code":"mintable","severity":"medium"}]},"tags":["security","honeypot","rugcheck","audit","token-safety"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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).","category":"Data","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string"},"chain":{"type":"string","default":"base"},"deep":{"type":"boolean","description":"Cross-check across multiple chains","default":false}},"required":["address"]},"exampleResponse":{"sanctioned":false,"combinedScore":0,"combinedBand":"clean"},"tags":["risk","aml","ofac","sanctions","compliance","kyc"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/protocol/tvl","description":"Protocol TVL, audits, chain distribution from DefiLlama. ?list=true returns top 50.","category":"Data","method":"GET","price":"$0.01","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"slug":{"type":"string","description":"Protocol slug (e.g. aave, morpho-blue)"},"list":{"type":"boolean"}}},"exampleResponse":{"protocol":{"name":"Aave","tvlUsd":12500000000,"chains":["ethereum","base"]}},"tags":["defi","tvl","protocol","defillama"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/gas/estimate","description":"Current gas price + base fee + tip percentiles for fast/standard/slow inclusion.","category":"Infrastructure","method":"GET","price":"$0.005","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"chain":{"type":"string","default":"base"}}},"exampleResponse":{"gasPriceGwei":"0.012","tipsGwei":{"slow":"0.001","standard":"0.005","fast":"0.012"}},"tags":["gas","fees","infrastructure","mev"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/dex/quote","description":"Best DEX swap route across multiple aggregators (Paraswap, 0x). Returns the highest output amount and per-source quotes for transparency. Multi-chain.","category":"Trading","method":"GET","price":"$0.02","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"from":{"type":"string","description":"Source token symbol or contract"},"to":{"type":"string","description":"Destination token symbol or contract"},"amount":{"type":"string","description":"Decimal amount of source token"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"},"slippage":{"type":"number","description":"Max slippage in basis points (default 50)"},"taker":{"type":"string","description":"Optional payer address to refine 0x quote accuracy"}},"required":["from","to","amount"]},"exampleResponse":{"best":{"source":"paraswap","outAmountFormatted":"0.0341","routeSummary":"Aerodrome + UniswapV3"},"quotes":[{"source":"paraswap","outAmountFormatted":"0.0341"},{"source":"0x","outAmountFormatted":"0.0340"}]},"tags":["dex","swap","quote","aggregator","trading","paraswap","0x"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/wallet/persona","description":"Wallet behavioral classification (heuristic). Returns one of Trader / HODLer / MEV-bot / Whale / Smart-Money / Airdrop-Farmer / Compromised / Inactive with confidence and supporting signals.","category":"Data","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"}},"required":["address"]},"exampleResponse":{"primaryPersona":"Trader","confidence":0.78,"band":"high","scores":[{"label":"Trader","score":0.78},{"label":"HODLer","score":0.12}]},"tags":["wallet","persona","classification","reputation","behavioral","smart-money","mev"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/contract/audit","description":"Pre-trade contract security audit. Composes GoPlus + Sourcify + DefiLlama protocol recognition + on-chain heuristics into a single 0-100 risk score with structured findings.","category":"Data","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"contract":{"type":"string","description":"Contract address"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"}},"required":["contract"]},"exampleResponse":{"score":8,"band":"safe","verifiedSource":true,"knownProtocol":{"name":"USDC","slug":"usdc"}},"tags":["security","audit","contract","rugcheck","sourcify","pre-trade","risk"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/governance/summarize","description":"DAO governance proposal summarization. Detects Snapshot/Tally URLs, fetches the proposal, returns structured impact analysis. LLM-summarized when an LLM key is configured.","category":"Data","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"proposal_url":{"type":"string","description":"Snapshot or Tally proposal URL"}},"required":["proposal_url"]},"exampleResponse":{"proposal":{"title":"...","spaceName":"Aave","state":"active"},"summary":"Summary of the proposal...","summarizedBy":"anthropic"},"tags":["dao","governance","snapshot","tally","proposal","voting","summarize","llm"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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, sample casts.","category":"Social","method":"GET","price":"$0.05","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"token":{"type":"string","description":"Token symbol or name"},"window":{"type":"string","description":"Days (default 1) or \"24h\" / \"7d\""}},"required":["token"]},"exampleResponse":{"sentimentScore":67,"band":"neutral_positive","volumeOfDiscussion":124,"trend":"rising"},"tags":["sentiment","social","farcaster","trading","narrative","token"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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.","category":"Risk","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string","description":"0x EVM wallet address"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb","all"],"default":"base"}},"required":["address"]},"exampleResponse":{"totalCollateralUsd":25000,"totalDebtUsd":12000,"compositeRiskScore":18,"compositeBand":"safe","positions":[{"protocol":"aave-v3","chain":"base","healthFactor":1.92,"riskScore":18}]},"tags":["defi","liquidation","risk","lending","aave","morpho","compound","health-factor","leverage","monitoring"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"https://api.hyperd.ai/api/wallet/anomaly","description":"Wallet behavioral anomaly detection. Compares recent activity to the wallet's own 180-day baseline — surfaces tx-volume spikes, dormant wakeups, new-protocol interactions, counterparty diversification. Catches compromised hot wallets, dormant whales, MEV-bot strategy shifts.","category":"Risk","method":"GET","price":"$0.10","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string","description":"0x EVM wallet address"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"},"window":{"type":"string","description":"\"24h\", \"7d\", \"30d\", or bare integer days. Default \"24h\"."}},"required":["address"]},"exampleResponse":{"anomalyScore":12,"band":"normal","baseline":{"typicalDailyTxCount":4.2,"uniqueCounterparties":38},"current":{"windowTxCount":5,"newProtocols":0},"anomalies":[]},"tags":["wallet","anomaly","compromise","drainer","monitoring","behavioral","whale","mev","agent-ops","risk"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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 and untracked-proceeds gaps surfaced honestly under coverage.* fields. v1.0 defers per-tx gas-fee USD attribution.","category":"Data","method":"GET","price":"$0.05","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string","description":"0x EVM wallet address"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"},"from":{"type":"integer","description":"Window start, unix seconds. Default to-30d. Min 1577836800 (2020-01-01)."},"to":{"type":"integer","description":"Window end, unix seconds. Default now. Max now+60."},"method":{"type":"string","enum":["fifo","lifo","hcfo"],"default":"fifo"}},"required":["address"]},"exampleResponse":{"totals":{"realizedUsd":1240.55,"unrealizedUsd":-312.1,"trades":38},"perToken":[{"symbol":"WETH","realizedUsd":980.1,"unrealizedUsd":-50.3,"currentBalance":0.412,"avgCostUsd":2400}],"coverage":{"pricedTrades":36,"unpricedTrades":2,"truncated":false},"method":"fifo"},"tags":["pnl","wallet","analytics","tax","fifo","lifo","cost-basis","trading","agent-ops"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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, optional under_cap flag if cap_usd provided. Use BEFORE initiating the next paid x402 call to enforce a self-imposed budget. Bridged USDC.e variants NOT counted.","category":"Infrastructure","method":"GET","price":"$0.01","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"address":{"type":"string","description":"0x EVM wallet address"},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism","avalanche","bnb"],"default":"base"},"window":{"type":"string","enum":["1h","24h","7d","30d"],"default":"24h"},"cap_usd":{"type":"number","description":"Optional positive USDC cap. When set, response includes under_cap, remainingUsd, anyTxExceedsTenthOfCap."}},"required":["address"]},"exampleResponse":{"window":"24h","txCount":12,"totalUsdc":0.42,"avgPerTxUsdc":0.035,"byDestination":[{"to":"0xfacilitator","count":12,"totalUsdc":0.42}],"projected24hUsdc":0.42,"capUsd":5,"underCap":true},"tags":["budget","spend","rate-limit","agent-ops","cost-control","guardian"],"operator":{"name":"hyperD","verified":true}},{"resourceUrl":"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 — typically cheaper than à 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).","category":"Infrastructure","method":"POST","price":"$0.20","network":"eip155:8453","payTo":"0x61b51131E1e44552dE2F151Ca59DAc707D9cf1C6","inputSchema":{"properties":{"calls":{"type":"array","description":"1-10 sub-calls. Each must target a bundleable paid GET endpoint.","items":{"type":"object","properties":{"id":{"type":"string","description":"Caller-supplied id; echoed in result."},"method":{"type":"string","enum":["GET"]},"path":{"type":"string","description":"Endpoint path (e.g. /api/balance)"},"query":{"type":"object"}},"required":["method","path"]}}},"required":["calls"]},"exampleResponse":{"bundle_id":"uuid","bundle_price_usd":0.2,"sum_unit_prices_usd":0.31,"savings_usd":0.11,"success_count":2,"results":[{"id":"1","status":200,"body":{"balance":"1.5"}},{"id":"2","status":200,"body":{"totals":{"realizedUsd":12}}}]},"tags":["bundle","batch","settlement","discount","agent-ops","multi-call"],"operator":{"name":"hyperD","verified":true}}],"timestamp":"2026-05-11T00:44:59.900Z"}