APIs
Subscription
Subscribe to our plan to use this API in your service to help meet the compliance requirements and save users' assets.
Get Supported Chains
Get Address Labels
Retrieve detailed label information of a specific address on a particular chain.
Authorizations
API-KEYstringRequired
Body
addressstringRequiredExample:
0x3d12e63d4313f850d23cead57ef0c29e94c9551dchain_idintegerRequiredExample:
1Responses
200
OK
application/json
500
Internal Server Error
application/json
post
/labelsGet Address Labels in Batch
Retrieve detailed label information of a list of addresses on a particular chain.
Authorizations
API-KEYstringRequired
Body
addressesstring[]RequiredExample:
["0x3d12e63d4313f850d23cead57ef0c29e94c9551d","0xbe0eb53f46cd790cd13851d5eff43d12404d33e8"]chain_idintegerRequiredExample:
1Responses
200
OK
application/json
500
Internal Server Error
application/json
post
/batch-labelsGet Address Labels Across Multiple Chains in Batch
Retrieve address labels for multiple addresses across specified blockchain networks
Authorizations
API-KEYstringRequired
Body
addressesstring[]RequiredExample:
["0xcf2f7f94dfd385c1a2a2090c971183a121f0de0b","0x32a5b2c435bf3d41a859b48ae307dfbf3b3b54e3"]chainsinteger[]RequiredExample:
[1,56]Responses
200
Successfully returned address labels
application/json
400
Invalid request parameters
application/json
500
Internal server error
application/json
post
/multi-chains-labelsGet Entity Info
Retrieve detailed information based on the provided entity name, supporting suffix matching
Authorizations
API-KEYstringRequired
Body
entitystringRequiredExample:
TORNADO.CASHResponses
200
OK
application/json
400
Parameter error
application/json
500
Internal service error
application/json
post
/entityLast updated