API
订阅
订阅我们的方案以在您的服务中使用此API,有助于满足合规要求并保护用户资产。
获取支持的区块链
获取地址标签
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
/labels批量获取地址标签
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-labels批量获取跨多条区块链的地址标签
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-labels获取实体信息
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