Fetch Top Solana PnL Traders API avatar

Fetch Top Solana PnL Traders API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Top Solana PnL Traders API

Fetch Top Solana PnL Traders API

Under maintenance

Solana API endpoint for fetching top token traders by realized and unrealized PnL, including trade volumes, counts, and wallet addresses.

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

4 days ago

Last modified

Share

Fetch Top Solana PnL Traders

Solana API Summary

Fetch Top Solana PnL Traders

Solana API Description

Solana API endpoint for fetching top token traders by realized and unrealized PnL, including trade volumes, counts, and wallet addresses.

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 Top Solana PnL Traders 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

  • mintAddress (path, required) - The mint address of the token.
  • resolution (query, optional) - Time window for PnL calculation. Possible values: '1d' (last day), '7d' (last 7 days), '30d' (last 30 days). Defaults to '1d'.
  • limit (query, optional) - Maximum number of traders to return. Defaults to 1000.
  • page (query, optional) - Page number to return. Defaults to 0.
  • sortByAsc (query, optional) - Sort ascending by 'traderAddress', 'realizedPnlUsd', 'totalVolumeUsd', or 'tradesCount'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.
  • sortByDesc (query, optional) - Sort descending by 'traderAddress', 'realizedPnlUsd', 'totalVolumeUsd', or 'tradesCount'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.

Responses

  • 200: Ranked list of traders with realized/unrealized PnL, buy/sell volumes, and trade counts.
  • 400: Invalid parameters — check that resolution is one of '1d', '7d', '30d', limit does not exceed 1000, and only one of sortByAsc/sortByDesc is set.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources