Safescan
Anti Money Laundering and KYC Analysis for an address.
POST
https://www.cyberscope.io/api/safescan
This API endpoint allows you to analyze the transactions associated with a given address and identify any suspicious activities. It leverages various checks, including interactions with known suspicious wallets, cross-referencing with CEX hot wallets, popular bridges, Tornado Cash, and other money laundering applications. Additionally, it cross-checks against our extensive database, containing more than 30,000 blacklisted and suspicious wallets.
Rate Limit
The endpoint has a rate limit of 10 calls/minute, you may get a key for unrestricted access by contacting us at @raf_cyberscope.
Headers
Name | Type | Description |
---|---|---|
x-api-key | Include the API key in the header of your API requests to authenticate and authorize access without rate limits. |
Request Body
Name | Type | Description |
---|---|---|
address* | String | The address of the wallet that will be scanned |
Last updated