BA | API
Integrate wallet screening, entity lookup, and compliance checks directly into your product
What You Can Build
16 REST endpoints for compliance, data intelligence, investigation, and monitoring
POST /api/v1/kytPOST /api/v1/screeningPOST /api/v1/name-checkPOST /api/v1/kybGET /api/v1/entity/:addressPOST /api/v1/sanctionsPOST /api/v1/adverse-mediaGET /api/v1/country-risk/:codePOST /api/v1/traceGET /api/v1/ens/:nameGET /api/v1/validate/:addressGET /api/v1/exchange-statusPOST /api/v1/monitoringPOST /api/v1/kytGET /api/v1/token-priceGET /widget/embed.jsConnect an AI agent, not just code
Prefer agents over REST? Our Model Context Protocol server exposes the same intelligence as 7 tools — free stablecoin-freeze, token-security and approvals checks, plus paid wallet screening, KYT risk and consumer-protection verdicts. Paid tools settle per call in USDC on Base via x402 — no API key, no account.
Three Steps to Production
Get Your API Key
Sign up for free and generate your API key from the dashboard. Free tier includes 10 credits — no credit card required.
Make Your First Call
Use any language or tool. Send a POST request with a wallet address and chain, get a full risk assessment back in under 500ms.
Go Live
Scale with credit packages as your volume grows. From 100 to 10,000+ screenings per month, with volume discounts at every tier.
Wallet Screening in 3 Lines
One API call returns risk score, entity labels, sanctions matches, and behavioral signals
curl -X POST https://www.blockchainanalysis.io/api/v1/screening \
-H "Authorization: Bearer ba_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"address": "0x1234...abcd",
"chain": "ETH"
}'{
"address": "0x1234...abcd",
"chain": "ETH",
"risk": {
"level": "HIGH",
"score": 82,
"signals": ["sanctioned_entity", "mixer_usage"]
},
"entity": {
"name": "Tornado Cash",
"category": "Mixer",
"labels": ["OFAC Sanctioned"]
},
"screeningId": "scr_8f3k2j..."
}Credit Packages
1 credit = 1 wallet screening. Entity lookup is always free.
Entity Lookup is free (rate-limited 100 req/min). All payment methods accepted: card, crypto, wire transfer.
Start Building Today
Get your API key in 60 seconds. Free tier included — no credit card required.