get
https://public-api.birdeye.so/wallet/v2/leaderboard
Retrieve the wallet leaderboard sorted by total asset value in descending order.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Wallet leaderboard by total asset value.
limitsupports1to100, andoffsetsupports up to10,000.from_valuedefaults to100,000and cannot go below that threshold.to_value, when provided, must be greater thanfrom_value.- Results are sorted by total asset value in descending order.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
25 CUper 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_valueand optionalto_valueto define the wallet band. - Page through the leaderboard with
offsetandlimit.
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_valuehas a hard floor of100,000.
