Fetch Solana Token Traders Activity API avatar

Fetch Solana Token Traders Activity API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Solana Token Traders Activity API

Fetch Solana Token Traders Activity API

Under maintenance

Solana API endpoint for fetching token trader activity. Track buy and sell volumes, PnL (profits/losses) and win/loss to identify active traders and whales. Docs: https://docs.vybenetwork.com/reference/get_trades_tokens_activity_summary_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 Token Traders Activity

Solana API Summary

Fetch Solana Token Traders Activity

Solana API Description

Solana API endpoint for fetching token trader activity. Track buy and sell volumes, PnL (profits/losses) and win/loss to identify active traders and whales.

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 Token Traders Activity 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.
  • buyCountGt (query, optional) - Only include traders with more than this many buy trades (exclusive). For example, buyCountGt=5 returns traders with 6+ buys. If omitted, no minimum buy count filter is applied.
  • sellCountGt (query, optional) - Only include traders with more than this many sell trades (exclusive). If omitted, no minimum sell count filter is applied.
  • buyVolumeGt (query, optional) - Only include traders with buy volume greater than this value (exclusive, in token amount). If omitted, no minimum buy volume filter is applied.
  • sellVolumeGt (query, optional) - Only include traders with sell volume greater than this value (exclusive, in token amount). If omitted, no minimum sell volume filter is applied.
  • resolution (query, optional) - Time window for the activity summary. 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 (zero-indexed). Defaults to 0.
  • sortByAsc (query, optional) - Sort ascending by 'buyVolumeUsd', 'sellVolumeUsd', 'buyCount', 'sellCount', or 'traderAddress'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.
  • sortByDesc (query, optional) - Sort descending by 'buyVolumeUsd', 'sellVolumeUsd', 'buyCount', 'sellCount', or 'traderAddress'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.

Responses

  • 200: Per-trader activity summaries including buy/sell counts, volumes, PnL, and win/loss stats.
  • 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