Wallet PnL Timeseries

Solana API endpoint for fetching wallet PnL timeseries data. Returns realized PnL by day, week or month for tracking wallet performance over time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Fetch wallet PnL timeseries data on Solana using this API endpoint. Retrieve realized PnL bucketed by day, week, or month with configurable time ranges for tracking trading performance over time.

Each data point includes a timestamp and PnL value, with bot traders excluded for cleaner analytics. Ideal for charting wallet performance, evaluating strategies, and monitoring profitability trends.

Returns realized PnL for a wallet bucketed into time periods (daily, weekly, or monthly). Each data point represents the PnL for one complete period within the requested range. Bot traders are excluded from the calculation. Defaults to daily resolution ('1d') covering the last 30 days.

Use this to chart a wallet's trading performance over time. For example, plotting daily PnL for the last 30 days or monthly PnL for the past year.


Demo for Wallet Profit & Loss API

The free live demo for these endpoints can be found here:

You can visit this link to access and try the demo: https://solana-wallet-pnl-profit-and-loss-api.vybenetwork.com


Path Params
string
required

The Solana wallet address to query.

Query Params
string | null

Time bucket size for each data point. Possible values: '1d' (daily), '1w' (weekly), '1mo' (monthly). Defaults to '1d'.

int64 | null
≥ 0

Start of the time range (unix timestamp, seconds). Defaults to the earliest complete period for the chosen resolution: 30 days ago for '1d', 12 weeks ago for '1w', or 12 months ago for '1mo'.

int64 | null
≥ 0

End of the time range (unix timestamp, seconds). Defaults to the end of the latest complete period.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json