1. Black address screening
Applicable Scenarios
When your user transfers funds to you, you can get confirmed whether it is a known risky address.
When your user transfers funds out, you can get confirmed whether it is a known risky address.
Description
Beosin-KYT can match the queried address in our address label database. If it hits a specific risk type, it will return "true"; otherwise, it will return "false".
Tips
Check if the address matches the malicious label. If it matches "Sanction, Scam, Gambling, Darknet, Theft, Mixing, Hacker, Ransomware, Trojan, Child Abuse Material, Terrorist, Drug, lawsuit, Business Black List, Piracy", then return corresponding (yes/no).
Basic Info
Request method: GET
Interface URL: https://api.beosin.com/api/v1/tag/black/screening
Content-Type: application/json
Verification method: SIGN
Response Time:<30s
Header Request Parameter
Y
String
Unique authentication APPID assigned by KYT system
Y
String
Unique authentication APP-SECRET assigned by KYT system
Query Parameter
Y
String
address
Y
String
Check if the address is a black address
Return Parameter
code
Number
Status code
msg
String
Result Message
data
Object
Result set
data.lawsuit
Boolean
Is the address covered in the global judicial network
data.piracy
Boolean
Is the address profiting from pirated software
data.mixing
Boolean
Whether the address provides mixing service for users
data.gambling
Boolean
Is the address involved in offline gambling
data.scam
Boolean
Is the address involved in illegal access to virtual currencies by means of financial fraud, phishing, Ponzi schemes, etc.
data.darknet
Boolean
Whether the Address involved in illegal transactions on dark web platforms and addresses of dark web users
data.trojan
Boolean
Is the address receiving money by means of Trojan
data.theft
Boolean
Whether addresses involved in theft by illegally obtaining control permissions
data.terrorist
Boolean
Is the address related to terrorist organisations identified by various countries
data.drug
Boolean
Is the address a drug trafficking organisation
data.hacker
Boolean
Is the address involved in illegal profit by exploiting smart contract vulnerabilities
data.businessBlackList
Boolean
Is the address a commercial company sanctioned address
data.sanction
Boolean
Is the address directly related to sanctions in global countries
data.childAbuseMaterial
Boolean
Is the address associated with child sexual abuse
data.ransomware
Boolean
Is the address receiving money by means of ransomware
data.fraudShop
Boolean
Fraud shops are shops that are motivated by financial gain and sell different types of data, including personally identifiable information (PII), credit card data, and stolen accounts.
data.undergroundBank
Boolean
Illegal bank refers to a special illegal financial organization, which is engaged in illegal financial business such as illegal trading of foreign exchange, cross-border fund transfer or fund deposit and loan.
data.moneyMule
Boolean
Money mule vests are people who facilitate the illegal transfer or money laundering of others, usually through their own bank accounts. Usually a person or entity.
data.protocolPiracy
Boolean
Protocol Privacy generally mean that transactions in, out and between pools are transparent, but counterparty addresses within the pool remain encrypted, and exposure of receiving shielded pools does not necessarily mean that funds are mixed or intentionally obfuscated.
data.illicitActorOrganization
Boolean
Illegal actor organizations refer to individuals or organizations that directly or indirectly engage in various forms of illegal activities。
data.highRiskExchange
Boolean
High Risk Exchanges generally refer to exchanges that are considered high-risk due to their involvement in other risky services, no KYC, or lack of regulatory actions.
data.highRiskJurisdictionFATF
Boolean
High Risk Jurisdiction - FATF usually refer to regions or countries that have higher risks and are blacklisted by FATF.
data.greyListFATF
Boolean
Grey List - FATF usually refers to countries or regions that should be monitored more strictly and are blacklisted by the FATF.
data.officialFreeze
Boolean
Official Freeze usually refers to the address of the blockchain-related business that is identified as having bad behaviors, illegal operations or high-risk enterprises, organizations, and individuals, and the address that is frozen by the relevant commercial company
Example of Request Data
Example of Response Data
Error Code
40021
Platform not supported
Check the passing parameters
40022
Address error
Check the passing parameters
Last updated