API Reference

This page describes the details of the Inspector API

NameData TypeDescription

address

string

The address you are looking up (wallet or smart contract address)

chainResultList

array

list of results for requested chain or all supported chains

chainResultList.chainId

string

The chainId number for the chain you are looking up

chainResultList.score

object

chainResultList.score.fraud

Integer

An number indicating the fraud risk level, with higher values signifying greater risk.

chainResultList.score.compiance

Integer

A number indicating how compliant the address is with regulations.

chainResultList.score.cyber

Integer

An number measuring cyber risk, with higher values indicating higher threat levels.

chainResultList.score.combinedScore

Integer

This score combining fraud, compliance, and cyber risks, with higher values indicating greater overall risk.

chainResultList.scoreDetails.cyber

object

chainResultList.scoreDetails.cyber.value

Integer

An number measuring cyber risk, with higher values indicating higher threat levels.

chainResultList.scoreDetails.cyber.subCategory

Integer

Specifies the particular type of cyber risk identified

chainResultList.scoreDetails.cyber.subCategoryDescription

Integer

Providing a detailed explanation of the identified cyber risk category, describing the nature and characteristics of the threat

chainResultList.scoreDetails.fraud

object

chainResultList.scoreDetails.fraud.value

Integer

Representing the fraud risk score, with higher values indicating a higher likelihood of fraudulent activity.

chainResultList.scoreDetails.fraud.subCategory

Integer

Specifies the particular type of fraud risk identified

chainResultList.scoreDetails.fraud.subCategoryDescription

Integer

Providing a detailed explanation of the identified fraud risk category, describing the nature and characteristics of the fraudulent activity,

chainResultList.scoreDetails.compliance

object

chainResultList.scoreDetails.compliance.value

Integer

Representing the compliance score

chainResultList.scoreDetails.compliance.subCategory

Integer

Specifies the particular type of compliance issue identified

chainResultList.scoreDetails.compliance.subCategoryDescription

Integer

Providing a detailed explanation of the identified compliance issue

chainResultList.scoreDetails.combined

object

chainResultList.scoreDetails.combined.value

Integer

Representing the combined risk score, which aggregates various risk factors such as fraud, compliance, and cyber risks. Higher values indicate a greater overall risk.

chainResultList.scoreDetails.combined.subCategory

Integer

Specifies the particular type of combined risk identified

chainResultList.scoreDetails.combined.subCategoryDescription

Integer

Providing a detailed explanation of the identified combined risk category, describing the nature and characteristics of the combined risk

chainResultList.deployedAtByChainId

string

Representing the date and time when the contract or address was deployed on the specific blockchain

chainResultList.firstAnalysedAtByChainId

string

Representing the date and time when the contract or address was first analyzed on the specific blockchain

chainResultList.lastAnalysedAtByChainId

string

Representing the date and time when the contract or address was last analyzed on the specific blockchain

chainResultList.type

string

Indicating the type of entity being analyzed, such as “EOA” (Externally Owned Account) or “CONTRACT”.

chainResultList.deployer

string

Address which deployed contract

Last updated