Skip to main content
POST
get_wallet_account_meta

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • Known records are keyed by wallet address. Each record contains account_type, label, and tags.
  • When no database row is found, the tool can return {"account_type":"Unknown","label":"Unknown"} instead. An empty object is also possible.

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
default:eth

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

Response

Account metadata for a wallet (account type, label). 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.