Skip to main content
POST
get_wallet_risk_score

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • security_score runs from 0 to 100, with higher values indicating fewer detected risks. risk_level is the derived risk category.
  • security_signals contains findings from the available sources. detail_list and risk_detail provide supporting descriptions and exposure details.
  • flagged refers to a specific address-label finding, not every possible risk. Check security_signals and risk_level too. If data_insufficient is true, do not interpret a high score as evidence of safety.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
wallet_address
string
required

Wallet address to analyze. Use the address format for the selected network.

network
string
required

Network to query, for example ethereum. See Supported Networks for coverage.

Response

Risk/security snapshot for a wallet (sanctions, scam, mixer, behavioral signals). Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

Response fields depend on the network and available data. The example shows selected fields; see Reading the result for details.