Detect the risk of a virtual asset wallet address being blacklisted and return the corresponding result.
By providing a virtual asset wallet address, this API detects the risks related to the wallet address.
The risk detection results for the wallet address are provided as "BLACK/GRAY/WHITE/UNKNOWN," and if the detection results correspond to "BLACK" and "GRAY," additional information on the type of criminal damage is provided.
The blacklisted wallet address detection API is operated jointly by CODE and Uppsala Security. For inquiries and applications, please contact the CODE manager at([email protected])
The blacklisted wallet address detection API does not support development environment. Please use production environment.
Request
Name | Required | Type | Description |
---|---|---|---|
walletAddress | Required | string | This is a virtual asset wallet address. |
chain | Optional | string | This is the symbol for the virtual asset. (For example, "ETH" instead of Ethereum or Ether.) |
Response
Name | Required | Type |
---|---|---|
result | Required | stirng |
id | Required | stirng |
walletAddress | Required | stirng |
securityCategory | Required | stirng |
reasonMsg | Optional | stirng |
securityTags | Optional | array |
result: This is the blacklist detection result for the requested wallet address.
-NORMAL
: Normal response.
-ERROR
: Error response.
reasonMsg: In case of an error, this defines the detailed message.
id: This is the traffic ID generated when the request was made.
walletAddress: This is the requested virtual asset wallet address.
securityCategory: This is the detection result (risk level) for the requested virtual asset wallet address.
-BLACK
: Highly suspicious
-GRAY
: Suspicious
-WHITE
: Normal
-UNKNOWN
: Unknown (Can't verify the risk assessment of the wallet address)
securityTags: If the requested virtual asset wallet address is "BLACK" or "GRAY," information on the type of criminal damage is provided.
Category | TAG |
---|---|
BLACK | Adware |
BLACK | Black Market |
BLACK | Child Sexual Exploitation |
BLACK | Counterfeit Money |
BLACK | Credit Card Fraud |
BLACK | Cryptocurrency Laundering |
BLACK | Cryptojacking |
BLACK | Double Spend Attack |
BLACK | Drug |
BLACK | Exploits |
BLACK | Fake ICO |
BLACK | Hack |
BLACK | Impersonation |
BLACK | Information Leakage |
BLACK | Lazarus |
BLACK | Malware |
BLACK | Murder |
BLACK | Patchwork |
BLACK | Phishing |
BLACK | Ponzi |
BLACK | Ransomware |
BLACK | Scam |
BLACK | Spam |
BLACK | Terrorism |
BLACK | Vishing |
BLACK | Weapon |
BLACK | Spyware |
BLACK | TeamTNT |
BLACK | Botnet |
BLACK | Vulnerability |
GRAY | Community |
GRAY | Covid19 |
GRAY | Cryptocurrency |
GRAY | Darknet |
GRAY | Escrow |
GRAY | Gambling |
GRAY | Hosting |
GRAY | Locked |
GRAY | Pixel Tracker |
GRAY | Pornography |
GRAY | Wiki |
GRAY | Domain Generation Algorithm |