← Back to marketplace

ChainAnalyzer — Multi-Chain AML and Stablecoin Intelligence

external

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.

by Chain-analyzer5 endpoints100% uptime967ms avg

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

Base URL

https://chain-analyzer.com

Endpoints (5)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/x402/api/address/0x0000000000000000000000000000000000000000/risk-score
base$0.0080

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).

POST/x402/api/address/0x0000000000000000000000000000000000000000/sanctions
base$0.0030

OFAC / FATF / JFSA sanctions screening for any blockchain address. Returns hit list with sanction list source, designation date, and program code.

POST/x402/api/tx/0x0000000000000000000000000000000000000000000000000000000000000000/coinjoin
base$0.0100

CoinJoin / mixing transaction detection. Identifies Wasabi, JoinMarket, Whirlpool patterns plus generic peel chains.

POST/x402/api/tx/0x0000000000000000000000000000000000000000000000000000000000000000/trace
base$0.0150

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.

POST/x402/api/wallet/0x0000000000000000000000000000000000000000/cluster
base$0.0200

Wallet clustering and entity resolution via Neo4j graph analysis. Returns related addresses, common-input heuristic clusters, and known-entity tags.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.