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