API

サブスクリプション

対応チェーンの取得

Get the list of supported chains.

get
Authorizations
API-KEYstringRequired

Add your api key in header (API-KEY) for authentication

Header parameters
API-KEYstringRequired
Responses
get
/chain-list
200

A successful resquest

リスク指標の取得

Retrieve a comprehensive list of all risk indicators.

get
Authorizations
API-KEYstringRequired

Add your api key in header (API-KEY) for authentication

Header parameters
API-KEYstringRequired
Responses
get
/risk-items
200

A successful resquest

アドレスのコンプライアンスリスクの取得

Retrieve the address's risk score and all associated risk indicators.

post
Authorizations
API-KEYstringRequired

Add your api key in header (API-KEY) for authentication

Header parameters
API-KEYstringRequired
Body
chain_idintegerOptional

Chain ID. Please refer to the 'Supported Networks' section for specific IDs.

addressstringOptional

The specific address you want to query. EVM addresses are case-insensitive, while non-EVM addresses are case-sensitive.

interaction_riskbooleanOptional

Whether to calculate the interaction risk of the queried address.

Responses
post
/risk-score
200

A successful request

Last updated