Fetch Historical Solana Wallet PnL API avatar

Fetch Historical Solana Wallet PnL API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Historical Solana Wallet PnL API

Fetch Historical Solana Wallet PnL API

Under maintenance

Solana API endpoint for fetching wallet PnL timeseries data. Returns realized PnL by day, week or month for tracking wallet performance over time. Docs: https://docs.vybenetwork.com/reference/get_pnl_timeseries_v4

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vybe Network

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch Solana Wallet PnL Timeseries

Solana API Summary

Fetch Solana Wallet PnL Timeseries

Solana API Description

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

This Solana API actor is designed for search visibility and developer onboarding, with practical endpoint context, strong keyword coverage, and direct doc links for implementation.

Explore docs here: Fetch Solana Wallet PnL Timeseries Docs and Solana API Docs.

Solana API Usage

Use this endpoint for Solana analytics, token and market intelligence, wallet behavior analysis, and trading automation. The actor follows the official Vybe OpenAPI contract for consistent and accurate integrations.

Parameters

  • ownerAddress (path, required) - The Solana wallet address to query.
  • resolution (query, optional) - Time bucket size for each data point. Possible values: '1d' (daily), '1w' (weekly), '1mo' (monthly). Defaults to '1d'.
  • timeStart (query, optional) - 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'.
  • timeEnd (query, optional) - End of the time range (unix timestamp, seconds). Defaults to the end of the latest complete period.

Responses

  • 200: Array of timestamp + PnL pairs, one per time bucket in the requested range.
  • 400: Invalid parameters — check that the resolution is one of '1d', '1w', '1mo', and that timeStart < timeEnd.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources