Entity Query (Deprecated)
Description
Query the entity information of the address, and return the entity name information.
Basic Info
Request method: GET
Interface URL: https://api.beosin.com/api/v2/kyt/tag/entity
Content-Type: application/json
Verification method: SIGN
Header Request Parameter
Parameter
Required Field (Y/N)
Parameter Type
Description
Query Parameter
Parameter
Required Field (Y/N)
Parameter Type
Description
address
Y
String
Address Hash
Return Parameter
Parameter
Parameter Type
Description
code
Number
Status code
msg
String
Result Message
data
Object
Result set
data.address
String
Address Hash
data.entities
Array
Entity Label Information
Example of Request Data
https://api.beosin.com/api/v2/kyt/tag/entity?chainId=1
&address=0x58820fbd8e7ac77145360318432a1ce12502f553
Example of Response Data
{
"code": 200,
"msg": "success",
"data": {
"address": "0x58820fbd8e7ac77145360318432a1ce12502f553",
"entities": [
"Coinbase",
"Beacon Depositor"
]
}
}
Error Code
Error Code
Description
40021
Platform not supported
40022
Address error
Last updated