| Parameter | Required | Description |
|---|---|---|
wallet | Yes | Wallet address to analyze. |
blockchains | No | Comma-separated list of blockchain IDs (e.g., "ethereum,base,solana:solana"). If not provided, analysis will be performed across all chains. |
period | No | Analysis period. Supported values: 1d, 7d, 30d, 90d. Default: 7d. |
from | No | Start timestamp in milliseconds (alternative to period). Must be used with to. |
to | No | End timestamp in milliseconds (alternative to period). Must be greater than from. |
>500%: Number of trades with over 500% profit200%-500%: Number of trades with 200-500% profit50%-200%: Number of trades with 50-200% profit0%-50%: Number of trades with 0-50% profit-50%-0%: Number of trades with 0-50% loss<-50%: Number of trades with over 50% loss>1000M: Number of tokens with market cap over $1B>100M: Number of tokens with market cap 1B10M-100M: Number of tokens with market cap 100M1M-10M: Number of tokens with market cap 10M100k-1M: Number of tokens with market cap 1M<100k: Number of tokens with market cap under $100Kstat object)totalValue: Current total portfolio value in USDperiodTotalPnlUSD: Total PnL (realized + unrealized) for the periodperiodRealizedPnlUSD: Realized PnL for the periodperiodRealizedRate: Realized PnL rate (%)periodActiveTokensCount: Number of tokens traded during the periodperiodWinCount: Number of winning tradesperiodVolumeBuy: Total buy volume in USDperiodVolumeSell: Total sell volume in USDperiodBuys: Number of buy transactionsperiodSells: Number of sell transactionsperiodBuyTokens: Number of unique tokens boughtperiodSellTokens: Number of unique tokens soldperiodTradingTokens: Number of unique tokens tradedholdingTokensCount: Current number of tokens heldholdingDuration: Average holding duration in daystradingTimeFrames: Number of trading sessionswinRealizedPnl: Total realized profit from winning tradeswinRealizedPnlRate: Win rate percentagenativeBalance: Native token balance informationwinToken: Details of the most profitable token (if any)fundingInfo: Information about initial wallet fundingdate: Date of the data pointrealized: Realized PnL for that daydate: Date of the entryvolumeBuy: Buy volume for that day in USDvolumeSell: Sell volume for that day in USDtotalVolume: Total volume for that day in USDbuys: Number of buy transactionssells: Number of sell transactionsrealizedPnlUSD: Realized PnL for that day in USDnull if not available.
null if not available.
Wallet address to analyze
1Comma-separated list of blockchain IDs (e.g., "ethereum,base,solana:solana"). If omitted, all chains.
Analysis period: 1d, 7d, 30d, or 90d (default: 7d)
Start timestamp in milliseconds (alternative to period)
End timestamp in milliseconds (alternative to period)
Wallet analysis response