01Wallet
Wallet Verification
Is this wallet sanctioned, or has it touched something it should not have? Screen any EVM address against the OFAC SDN list and check it for risk signals and suspicious activity across 31 chains, before you send funds to it or accept them from it. Returns a risk report.
https://centry.cybercentry.co.uk/api/services/wallet_verification
02Buy
$1.00 per call.
Covers 31 EVM chains
OFAC SDN sanctions screening and suspicious-activity detection
Screen a counterparty before you send or accept funds
Returns
reportstring
Report
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/wallet_verification" \
-H "Content-Type: application/json" \
-d '{"wallet_address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"}'POST JSON is canonical · GET query params also work · unpaid requests return 402 · see the payment flow
