Skip to main content
POST
get_wallet_stats

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • tokens contains balances and separate received and sent totals and transfer counts for each asset.
  • activity_summary gives the first and last activity dates found in the returned token statistics.
  • metadata contains account labels when available. Missing labels can be null.

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.

tokens
string[]

Optional token symbols or identifiers to filter activity, for example ["ETH"]. Omit to use the network's native-token default.

Response

Activity stats for a wallet: per-token sent/received, first/last activity, labels. 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.