curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/pnl-leaderboard?apiKey='{
"success": true,
"platform": "<string>",
"wallets": [
{
"signer": "<string>",
"pnlSol": 123,
"pnlUsd": 123,
"trades": 123
}
],
"limit": 123,
"offset": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Returns a paginated list of the most profitable wallets ranked by realized PnL (SOL and USD) for the specified period. Each entry includes the wallet address, PnL in SOL/USD, and trade count. Optionally filter by DEX platform.
curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/pnl-leaderboard?apiKey='{
"success": true,
"platform": "<string>",
"wallets": [
{
"signer": "<string>",
"pnlSol": 123,
"pnlUsd": 123,
"trades": 123
}
],
"limit": 123,
"offset": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
Time period to aggregate over
daily, weekly, monthly Optional DEX platform filter (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap). Omit for global stats.
Number of wallets to return (max 500)
x <= 500Pagination offset