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