api.compliapi.com publishes 7 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/v1/geo/:ip_address | GET | $0.01 | 402 |
| /api/v1/screen/country/:country | GET | $0.01 | 402 |
| /api/v1/screen/crypto/:address | GET | $0.01 | 402 |
| /api/v1/screen/email/:email | GET | $0.01 | 402 |
| /api/v1/screen/id/:government_id | GET | $0.01 | 402 |
| /api/v1/screen/website | GET | $0.01 | 402 |
| /api/v1/vpn/:ip_address | GET | $0.01 | 402 |
Geolocate an IP address (city, region, country) and flag whether the country carries sanctions designations. Call for geo-compliance checks before serving restricted content, payments or shipments.
Check whether a country or region carries sanctions designations, such as comprehensive OFAC embargoes. Call to gate signups, shipments or transactions by country. Accepts a country name or ISO code; …
Screen a cryptocurrency wallet address (EVM, Bitcoin, Tron, Solana or any chain) or ENS name against OFAC SDN, OFAC Consolidated and 10+ global sanctions, crime and risk lists. Call before accepting a…
Screen an email address against OFAC SDN and other global sanctions lists. Call during onboarding or KYC review to check whether an email is associated with a sanctioned entity. Returns per-list match…
Screen a government-issued identifier (passport, national ID, tax ID) against OFAC SDN and other global sanctions lists, with exact and substring matching ranked by similarity. Call during KYC/KYB ide…
Screen a website URL or domain against OFAC SDN and other global sanctions lists. Call before paying, advertising on, or integrating with a website to check for sanctions associations. Returns per-lis…
Detect whether an IP address is using a VPN, proxy or other anonymization service. Call before trusting an IP's geolocation for compliance rules, fraud checks or access gating. Returns vpn true/false,…