The Rillis Screening API allows you to assess risk associated with blockchain wallets, legal entities, and individuals by analyzing them against global watchlists, sanctions, financial behavior, and exposure patterns.Common use cases include:Verify a crypto wallet before approving a transaction
Screen a new user or company during onboarding
Review an entityโs updated risk profile during periodic audits
Fetch summary results for dashboards or alerts
Available Endpoints#
| Endpoint | Method | Use Case Description |
|---|
/analysis-crypto/risk-wallet/send | POST | Analyze a crypto wallet to detect suspicious financial activity or risky associations. |
/screening/entities/individuals | POST | Screen natural persons against sanctions and global risk indicators. |
/screening/entities/organizations | POST | Screen companies and legal entities for business risk and ownership issues. |
/screening/summary | POST | Retrieve a summary view of previously screened entities and their risk levels. |
Each analysis returns key data such as:Risk level (High, Medium, Low)
Match details (e.g., PEPs, sanctions, darknet associations)
For detailed request and response formats, visit each endpointโs documentation tab. Modified atย 2025-10-24 13:25:54