For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

A successful resquest

application/json
get/chain-list

获取风险指标

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
200

A successful resquest

application/json
get/risk-items

获取地址合规风险

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
200

A successful request

application/json
post/risk-score

Last updated