Wallet - Leaderboard

Retrieve the wallet leaderboard sorted by total asset value in descending order.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Wallet leaderboard by total asset value.

  • limit supports 1 to 100, and offset supports up to 10,000.
  • from_value defaults to 100,000 and cannot go below that threshold.
  • to_value, when provided, must be greater than from_value.
  • Results are sorted by total asset value in descending order.
Compute Unit ⚙️
  • This endpoint consumes 25 CU per request.
Use Cases 💡
  • Build whale leaderboards and wallet-rich-list style screens.
  • Slice wallet rankings by value bands for cohort analysis.
  • Find large wallets worth investigating further with PnL or funding endpoints.
How to Use 🛠️
  • Set x-chain=solana.
  • Use from_value and optional to_value to define the wallet band.
  • Page through the leaderboard with offset and limit.
Best Practices ✅
  • Use the leaderboard as a discovery layer, then drill into individual wallets with net-worth and PnL endpoints.
  • Keep value bands explicit so comparisons stay meaningful across screens.
Limitations ⚠️
  • Solana only.
  • from_value has a hard floor of 100,000.

Query Params
float
≥ 100000
Defaults to 100000

Minimum total value filter. Defaults to 100,000 and must be greater than or equal to 100,000.

float
≥ 100000

Maximum total value filter. Must be greater than or equal to 100,000 and greater than from_value.

integer
1 to 100
Defaults to 20
integer
0 to 10000
Defaults to 0

Make sure offset <= 10000

Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json