Skip to main content
GET
Trader - Gainers/Losers

Top gaining and losing traders.

  • limit supports up to 100, and offset supports up to 10,000.
  • Use type to choose the ranking window and mode.
  • sort_by and sort_type control the ranking basis and order.
  • This endpoint consumes 25 CU per request.
  • Rank top performing and worst performing traders over a selected window.
  • Build gainers/losers trader boards and wallet discovery tools.
  • Find unusual outperformers or underperformers for further wallet research.
  • Set x-chain for the target network.
  • Choose the ranking type, sort_by, and sort_type.
  • Page through the trader list with offset and limit.
  • Treat leaderboard position as a discovery signal, not a conclusion; follow up with wallet-level PnL and transaction review.
  • Keep the selected time window visible so gains and losses are interpreted correctly.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

type
enum<string>
default:1W
required

Specify the type of top gainers/losers. Filter for records with type equal to the specified type.

Available options:
yesterday,
today,
1W,
30d,
90d
sort_by
enum<string>
default:PnL
required

Specify the sort field.

Available options:
PnL,
realized_pnl,
unrealized_pnl
sort_type
enum<string>
default:desc
required

Specify the sort order.

Available options:
desc,
asc
offset
integer
default:0

Pagination start position. offset + limit <= 10000

Required range: 0 <= x <= 10000
limit
integer
default:20
Required range: 1 <= x <= 100

Response

JSON object containing a list of top gainer loser traders

success
boolean
required

Indicates whether the request was successful.

data
object
required

Contains the trader gainer/loser result.