Multi-chain blockchain AML and security intelligence platform for tokens, wallets, and stablecoins. Detect sanctions, money laundering, rug pulls, drainers, and stablecoin flow risks across 8 chains live (Bitcoin, Ethereum, Polygon, Base, Arbitrum, Optimism, Avalanche, Solana) plus BNB Smart Chain on Enterprise rollout. Stablecoin AML coverage for JPYC, USDT, USDC, PYUSD, FDUSD with FATF Travel Rule screening.
Price
from $0.0030
up to $0.0200 per request
Network
base
Category
other
On-chain txns
0
Uptime
100%
Avg latency
967ms
Checks
88
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
AML risk score for a blockchain address. 8 chains live for self-serve x402 (Bitcoin, Ethereum, Polygon, Base, Arbitrum, Optimism, Avalanche, Solana); BNB Smart Chain available on Enterprise rollout. 76+ detection rules, 3-model ML anomaly ensemble (Isolation Forest + AutoEncoder + GraphSAGE).
OFAC / FATF / JFSA sanctions screening for any blockchain address. Returns hit list with sanction list source, designation date, and program code.
CoinJoin / mixing transaction detection. Identifies Wasabi, JoinMarket, Whirlpool patterns plus generic peel chains.
Transaction fund-flow tracing with ML-powered anomaly detection across 8 live chains (Bitcoin, Ethereum, Polygon, Base, Arbitrum, Optimism, Avalanche, Solana; BNB Smart Chain on Enterprise rollout). Returns multi-hop graph, counterparties, and risk classification.
Wallet clustering and entity resolution via Neo4j graph analysis. Returns related addresses, common-input heuristic clusters, and known-entity tags.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://chain-analyzer.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://chain-analyzer.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://chain-analyzer.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.