Skip to main content
POST
get_wallet_risk_overview

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • Despite the endpoint name, this returns balance and transaction activity. Use Wallet risk score for security findings.
  • balance, total_received, and total_spent describe amounts in the queried asset. The *_txs_count fields count incoming and outgoing transactions.
  • first_seen and last_seen are Unix timestamps in seconds.

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

Wallet activity overview: balance, transaction counts, received and spent amounts, and first/last activity. 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.