Skip to main content
GET
Get wallet trading analysis

Optional per-network breakdown

By default, /api/2/wallet/analysis keeps the same response shape and returns aggregated wallet trading stats. Set includeNetworkBreakdown=true to also receive per-chain stats in data.networkBreakdown.
The added field is optional and does not replace the top-level data.stat object:
networkBreakdown[].stat uses the same data model as the top-level data.stat field, so clients can reuse the same parser for aggregated and per-network wallet analysis.

Query Parameters

wallet
string
required

Wallet address to analyze

Minimum string length: 1
chainId
string
chainIds
string

Comma-separated list of chain IDs (e.g., "evm:1,evm:8453,solana:solana"). If omitted, all chains.

period
string

Analysis period: 1d, 7d, 30d, or 90d (default: 7d)

from
number | null

Start timestamp in milliseconds (alternative to period)

to
number | null

End timestamp in milliseconds (alternative to period)

includeNetworkBreakdown

When true, includes per-chain wallet analysis using the same stat shape as the top-level stat field.

Response

200 - application/json

Wallet analysis response

data
object
required