Skip to main content
POST
get_wallet_address_profile

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • exchange, dex, mixer, nft, and other_platforms list platform names found in the wallet’s activity.
  • malicious_events lists associated threat-intelligence entries. These are separate from ordinary platform usage.
  • Names are deduplicated within each list. Empty lists mean no entries were returned in those categories.

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

Address profile: platform usage + malicious-event history. 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.