Beosin API Documentation
  • ⭐Getting Started
    • Get API Access key
    • Verification
    • Setting the risk strategy
    • Setting the risk score
  • 🎯API Endpoints
    • Basic
      • Account balance query
    • Compliance
      • Deposit Transaction Assessment
        • Change Logs
      • Withdrawal Transaction Assessment
        • Change Logs
      • EOA Address Risk Assessment
        • Change Logs
      • EOA Address Risk Assessment (Deprecated)
        • Change Logs
      • Token Risk Assessment (Deprecated)
      • Malicious Address Query
        • Change Logs
      • VASP Query
        • Change Logs
      • Entity Query (Deprecated)
        • Change Logs
    • Security
      • 1. Black address screening
  • 🤝Support
    • Common Result Messages
    • Rate Limits
    • Some Common Labels and Types
    • Supported Blockchain Platforms
    • Common Sanction Guidelines and Sanctioned Entities
    • Contact Us
Powered by GitBook
On this page
  • Description
  • Tips
  • Basic Info
  • Header Request Parameter
  • Query Parameter
  • Return Parameter
  • Example of Request Data
  • Example of Response Data
  • Error Code
  1. API Endpoints
  2. Compliance

Token Risk Assessment (Deprecated)

Description

We conduct risk assessments on token contracts from various aspects such as contract code security, physical security, business security, and special permissions.

Tips

  1. Currently, the chains we support are ETH, BSC, Avalanche, Arbitrum, Optimism.

Basic Info

  • Request method: GET

  • Interface URL: https://api.beosin.com/api/v2/kyt/token/risk

  • Content-Type: application/json

  • Verification method: SIGN

Header Request Parameter

Parameter
Required Field (Y/N)
Parameter Type
Description

Y

String

Unique authentication APPID assigned by KYT system

Y

String

Unique authentication APP-SECRET assigned by KYT system

Query Parameter

Parameter
Required Field (Y/N)
Parameter Type
Description

Y

String

Chain ID

address

Y

String

Address Hash

Return Parameter

Parameter
Parameter Type
Description

code

Number

Status code

msg

String

Result Message

data

Object

Result set

data.contractName

String

Contract Name

data.riskLevel

String

Contract risk level(severe、high、medium、low)

data.isFrailty

Boolean

Are there any obvious loopholes in the contract or not

data.deployerIsBlack

Boolean

Is deployer a malicious address

data.ownerIsBlack

Boolean

Is owner a malicious address

data.isMintable

Boolean

Are additional shares can be issued

data.canTakeBackOwnership

Boolean

Is ownership can be retrieved

data.selfDestruct

Boolean

Is this token can self destruct

data.externalCall

Boolean

Is there a risk of external contract calls

data.gasAbuse

Boolean

Is there any gas abuse

data.isAntiWhale

Boolean

Is there a maximum selling limit

data.slippageModifiable

Boolean

Is it affected by the risk of transaction tax modification

data.ownerChangeBalance

Boolean

Is balance can be changed by owner

data.hiddenOwner

Boolean

Is there a hidden owner

Example of Request Data

https://api.beosin.com/api/v2/kyt/token/risk?chainId=56&address=0xea51801b8f5b88543ddad3d1727400c15b209d8f

Example of Response Data

{
  "code": 200,
  "msg": "success",
  "data": {
    "contractName": "Inuko Coin",
    "riskLevel": "severe",
    "isFrailty": true,
    "deployerIsBlack": true,
    "ownerIsBlack": true,
    "isMintable": false,
    "canTakeBackOwnership": false,
    "selfDestruct": false,
    "externalCall": false,
    "gasAbuse": false,
    "isAntiWhale": true,
    "slippageModifiable": true,
    "ownerChangeBalance": false,
    "hiddenOwner": true
  }
}

Error Code

Error Code
Description

41001

unsupported platform.

41022

Address hash error.

41015

please try later.

PreviousChange LogsNextMalicious Address Query

Last updated 4 months ago

🎯
APPID
APP-SECRET
chainId