$0.05
per call · USD Coin on Base
Mixer-adjacency risk screening. Returns 0-100 risk score + structured evidence for an EVM address's interactions with major privacy protocols (Tornado Cash, Railgun, Privacy Pools, Aztec Connect) within 2 graph hops across 7 EVM chains. Defensible compliance-screening signal for DeFi protocols and AI agents — alternative to enterprise contracts. Information service, not transaction facilitation.
Endpoint
GET https://api.hyperd.ai/api/privacy/mixer-risk3
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
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/privacy/mixer-risk", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.hyperd.ai/api/privacy/mixer-risk?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chain=all&depth=2" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"band": "low",
"coverage": {
"cacheStatus": "miss",
"chainsFailed": [],
"chainsScanned": [
"ethereum",
"base",
"polygon",
"arbitrum",
"optimism",
"avalanche",
"bnb"
],
"depthScanned": 2,
"mixersScreened": [
"tornado_cash",
"railgun",
"privacy_pools",
"aztec_connect"
]
},
"directHits": [],
"indirectHits": [
{
"blockNumber": 18000000,
"chain": "ethereum",
"mixer": "railgun",
"mixerTxHash": "0x...",
"timestamp": "2026-05-01T00:00:00Z",
"viaAddress": "0x...",
"viaTxHash": "0x..."
}
],
"perMixerScore": {
"aztec_connect": 0,
"privacy_pools": 0,
"railgun": 23,
"tornado_cash": 0
},
"riskScore": 23
}Payment details
0x61b51131e1e44552de2f151ca59dac707d9cf1c6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Hyperd & similar services
Hyperd · Yield Allocation
api.hyperd.ai
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.
Hyperd · GOV Translate
api.hyperd.ai
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 + domain band (economic_param / treasury / code_upgrade / governance_meta / social_signal). 1-year cache — proposals are immutable.
Hyperd · Wallet Threat Brief
api.hyperd.ai
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 / elevated / critical). Replaces a manual 5-call security audit walk.