{"provider":{"description":"KYC, AML, and risk assessment services powered by real OFAC and UN sanctions data. Pay-per-call via x402 USDC micropayments on Base.","facilitator":"https://facilitator.payai.network","name":"AgentEconomy Compliance API","url":"https://api.netbrainis.co.za"},"resources":[{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.01","scheme":"exact"}],"description":"Sanctions screening check against OFAC SDN and UN Consolidated lists with risk scoring (0-100) and jurisdiction risk assessment","input":{"example":{"country":"US","entity_name":"John Doe","wallet_address":"0x1234567890abcdef1234567890abcdef12345678"},"schema":{"properties":{"country":{"description":"ISO 3166-1 alpha-2 country code for jurisdiction risk","type":"string"},"entity_id":{"description":"National ID, passport, or registration number","type":"string"},"entity_name":{"description":"Full legal name of the person or entity to screen","type":"string"},"wallet_address":{"description":"Blockchain wallet address (e.g. 0x...)","type":"string"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"risk_level":"low","sanctions_match":false,"score":15,"status":"verified"},"schema":{"properties":{"risk_level":{"enum":["low","medium","high","critical"],"type":"string"},"sanctions_match":{"type":"boolean"},"score":{"maximum":100,"minimum":0,"type":"integer"},"status":{"enum":["verified","flagged","pending"],"type":"string"}},"type":"object"}},"resource":"/v1/kyc/check"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.05","scheme":"exact"}],"description":"AML sanctions screening against OFAC SDN and UN Consolidated lists with jurisdiction risk assessment and recommendation (approve/review/reject)","input":{"example":{"entity_name":"John Doe","jurisdictions":["US","GB"]},"schema":{"properties":{"entity_name":{"description":"Full legal name to screen against sanctions lists","type":"string"},"jurisdictions":{"description":"ISO country codes for jurisdiction risk assessment","items":{"type":"string"},"type":"array"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"recommendation":"approve","risk_level":"low","sanctions_screening":{"matched":false,"source":"OFAC SDN + UN Consolidated"},"score":10},"schema":{"properties":{"recommendation":{"enum":["approve","review","reject"],"type":"string"},"risk_level":{"enum":["low","medium","high","critical"],"type":"string"},"score":{"maximum":100,"minimum":0,"type":"integer"}},"type":"object"}},"resource":"/v1/aml/screen"},{"accepts":[{"asset":"USDC","network":"eip155:8453","payTo":"0x97522cA24C568be2d8E2e79aB4cBA4D074cd4342","price":"$0.10","scheme":"exact"}],"description":"Sanctions and jurisdiction risk assessment report combining OFAC/UN screening with multi-country risk analysis","input":{"example":{"entity_name":"Acme Corp","entity_type":"company","jurisdictions":["US","GB","SG"]},"schema":{"properties":{"entity_name":{"description":"Full legal name of entity","type":"string"},"entity_type":{"enum":["individual","company"],"type":"string"},"jurisdictions":{"description":"ISO country codes for jurisdiction risk analysis","items":{"type":"string"},"type":"array"},"wallet_address":{"description":"Blockchain wallet address","type":"string"}},"required":["entity_name"],"type":"object"}},"method":"POST","mimeType":"application/json","output":{"example":{"jurisdiction_risk":[{"country":"US","reason":"Well-regulated jurisdiction","risk_level":"low"}],"overall_risk":"low","overall_score":12,"report_id":"rpt-abc123","sanctions_result":{"highest_risk_factor":"low","sanctions_hit":false}},"schema":{"properties":{"overall_risk":{"enum":["low","medium","high","critical"],"type":"string"},"overall_score":{"maximum":100,"minimum":0,"type":"integer"},"report_id":{"type":"string"}},"type":"object"}},"resource":"/v1/risk/report"}],"x402Version":2}