{"contact":"https://api.netbrainis.co.za","provider":"AgentEconomy Compliance API","provider_id":"agenteconomy-compliance","schema":"agent-services/v1","services":[{"auth":{"currency":"USDC","network":"base","price":"$0.01","type":"x402"},"capabilities":["kyc-verification","sanctions-screening","identity-check","compliance"],"description":"Run a KYC identity verification check against OFAC SDN and UN Security Council sanctions lists. Powered by real government sanctions data (~19,700 entries). Request body (JSON): {\"entity_name\": string (required), \"wallet_address\": string, \"country\": string (ISO 3166-1 alpha-2), \"entity_id\": string}. Response (JSON): {\"status\": \"verified\"|\"flagged\"|\"pending\", \"risk_level\": \"low\"|\"medium\"|\"high\"|\"critical\", \"score\": 0-100, \"sanctions_match\": boolean, \"matches\": [...]}. x402 payment details: https://api.netbrainis.co.za/.well-known/x402","endpoint":"https://api.netbrainis.co.za/v1/kyc/check","id":"kyc-check","method":"POST","name":"KYC Identity Verification","rate_limit":"120/hour","response_format":"application/json","uptime_sla":"99.5%"},{"auth":{"currency":"USDC","network":"base","price":"$0.05","type":"x402"},"capabilities":["aml-screening","sanctions-screening","watchlist-check","compliance"],"description":"Screen an entity against Anti-Money Laundering watchlists including OFAC SDN and UN Security Council consolidated lists. Uses Jaro-Winkler fuzzy name matching for accurate sanctions detection. Request body (JSON): {\"entity_name\": string (required), \"wallet_address\": string, \"transaction_id\": string, \"amount\": string, \"currency\": string}. Response (JSON): {\"risk_level\": \"low\"|\"medium\"|\"high\"|\"critical\", \"score\": 0-100, \"recommendation\": \"approve\"|\"review\"|\"reject\", \"sanctions_screening\": {\"matched\": boolean, \"matches\": [...]}}. x402 payment details: https://api.netbrainis.co.za/.well-known/x402","endpoint":"https://api.netbrainis.co.za/v1/aml/screen","id":"aml-screen","method":"POST","name":"AML Sanctions Screening","rate_limit":"120/hour","response_format":"application/json","uptime_sla":"99.5%"},{"auth":{"currency":"USDC","network":"base","price":"$0.10","type":"x402"},"capabilities":["risk-assessment","regulatory-compliance","jurisdiction-analysis","compliance"],"description":"Generate a comprehensive regulatory risk assessment report combining KYC verification, AML sanctions screening, and multi-jurisdiction risk analysis. Request body (JSON): {\"entity_name\": string (required), \"wallet_address\": string, \"entity_type\": \"individual\"|\"company\", \"include_transaction_analysis\": boolean}. Response (JSON): {\"report_id\": string, \"overall_risk\": \"low\"|\"medium\"|\"high\"|\"critical\", \"overall_score\": 0-100, \"sanctions_result\": {...}, \"jurisdiction_risk\": [...], \"recommendations\": [...]}. x402 payment details: https://api.netbrainis.co.za/.well-known/x402","endpoint":"https://api.netbrainis.co.za/v1/risk/report","id":"risk-report","method":"POST","name":"Regulatory Risk Assessment Report","rate_limit":"60/hour","response_format":"application/json","uptime_sla":"99.5%"},{"auth":{"currency":"USDC","network":"base","price":"$0.05","type":"x402"},"capabilities":["wallet-screening","on-chain-analysis","sanctions-screening","mixer-detection","compliance"],"description":"Screen a blockchain wallet address for compliance risk. Combines a direct OFAC sanctioned-address check with on-chain exposure analysis (sanctioned counterparties, known-mixer exposure, flagged token holdings) across Ethereum and Base. No entity name required. Request body (JSON): {\"wallet_address\": string (required, 0x...)}. Response (JSON): {\"risk_level\": \"low\"|\"medium\"|\"high\"|\"critical\", \"score\": 0-100, \"recommendation\": \"approve\"|\"review\"|\"reject\", \"direct_sanctions_match\": boolean, \"on_chain_risk\": {...}}. x402 payment details: https://api.netbrainis.co.za/.well-known/x402","endpoint":"https://api.netbrainis.co.za/v1/wallet/screen","id":"wallet-screen","method":"POST","name":"On-Chain Wallet Screening","rate_limit":"120/hour","response_format":"application/json","uptime_sla":"99.5%"},{"auth":{"currency":"USDC","network":"base","price":"$0.50","type":"x402"},"capabilities":["wallet-monitoring","real-time-alerts","sanctions-screening","compliance"],"description":"Register a wallet address for 30-day ongoing monitoring across Ethereum and Base. Raises alerts when the address transacts with an OFAC-sanctioned address or known mixer. Poll GET /v1/monitor/alerts (free) for findings; re-register to renew. Request body (JSON): {\"wallet_address\": string (required, 0x...)}. Response (JSON): {\"wallet_address\": string, \"networks\": [...], \"status\": \"active\", \"expires_at\": ISO8601}. x402 payment details: https://api.netbrainis.co.za/.well-known/x402","endpoint":"https://api.netbrainis.co.za/v1/monitor/register","id":"monitor-register","method":"POST","name":"Wallet Monitoring","rate_limit":"120/hour","response_format":"application/json","uptime_sla":"99.5%"}]}