Fetch Solana Token Traders Activity API
Pricing
Pay per usage
Fetch Solana Token Traders Activity API
Under maintenanceSolana 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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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=5returns 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 ofsortByAscorsortByDesccan be used.sortByDesc(query, optional) - Sort descending by 'buyVolumeUsd', 'sellVolumeUsd', 'buyCount', 'sellCount', or 'traderAddress'. If omitted, no sorting is applied. Only one ofsortByAscorsortByDesccan be used.
Responses
- 200: Per-trader activity summaries including buy/sell counts, volumes, PnL, and win/loss stats.
- 400: Invalid parameters — check that
resolutionis one of '1d', '7d', '30d', limit does not exceed 1000, and only one ofsortByAsc/sortByDescis set. - 500: Unexpected server error. The response body includes an
idfield — provide this when contacting support.
Resources
- Base server from OpenAPI:
https://api.vybenetwork.xyz/ - Source spec file:
openapi_spec.json - Endpoint Docs: Fetch Solana Token Traders Activity Docs
- Solana API Docs: https://docs.vybenetwork.com/