cURL
curl --request GET \ --url https://api.webacy.com/addresses/sanctioned/{walletAddress} \ --header 'x-api-key: <api-key>'
{ "address": "0x1234567890abcdef1234567890abcdef12345678", "is_sanctioned": true }
Verify if a wallet address appears on OFAC or other sanctions lists
Selected chain. This includes 'eth', 'base', 'bsc', 'pol', 'opt', 'arb', 'sol', and 'btc'.
eth
base
bsc
pol
opt
sol
arb
btc
Success