Leaderboard

Global and token-specific leaderboards (KOL rankings)

Get Global KOL Leaderboard

get

Returns the current global leaderboard of KOL wallets on Solana, ranked by total trading volume (buy + sell).

Supported time periods (period):

  • 6h – last 6 hours

  • 1d – last 24 hours (default)

  • 7d – last 7 days

  • 30d – last 30 days

Data is based on buy/sell transactions (excluding stablecoins).

Important: No headers or cookies are required for this endpoint.

Query parameters
api_keystringRequired

Your valid API key (required)

Example: AjSk9daaZh4vte6KxJc1FZVJMfO8dwdWlKj8H9
periodstring · enumOptional

Time period for the ranking

Default: 1dExample: 7dPossible values:
Responses
chevron-right
200

Leaderboard successfully returned

application/json
rankintegerOptionalExample: 1
wallet_addressstringOptionalExample: 5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge6
namestring · nullableOptionalExample: AlphaWhale
image_urlstring · nullableOptional
twitterstring · nullableOptional
telegramstring · nullableOptional
total_volumenumber · floatOptionalExample: 12475.82
pnl_solnumber · floatOptionalExample: 4189.45
pnl_percentnumber · floatOptionalExample: 51.36
buy_countintegerOptionalExample: 78
sell_countintegerOptionalExample: 41
winratenumber · floatOptionalExample: 74.19
get
/api/stats/leaderboard

Last updated