curl --request GET \
--url 'https://uk.raze.sh/api/sol/platform/pnl-leaderboard?apiKey='{
"success": true,
"period": "daily",
"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://uk.raze.sh/api/sol/platform/pnl-leaderboard?apiKey='{
"success": true,
"period": "daily",
"platform": "<string>",
"wallets": [
{
"signer": "<string>",
"pnlSol": 123,
"pnlUsd": 123,
"trades": 123
}
],
"limit": 123,
"offset": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}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