Skip to main content
POST
get_wallet_transaction_patterns

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • summary describes the transactions analyzed, which may be a limited recent sample.
  • flags contains detected patterns. EVM entries use flag, confidence, and detail; an empty array means no pattern was detected in the sample.
  • Bitcoin, Solana, and Tron return network-specific statistics and flags.

Authorizations

Authorization
string
header
required

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

Body

application/json
address
string
required

Wallet address to analyze on the selected network.

network
string
default:ethereum

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

Response

Behavioral transaction patterns for a wallet (activity cadence, flow patterns). 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.