curl --request GET \
--url 'https://uk.raze.sh/api/sol/platform/pnl-ranges?apiKey='{
"success": true,
"period": "daily",
"ranges": {
">100k": 123,
"50k-100k": 123,
"25k-50k": 123,
"10k-25k": 123,
"5k-10k": 123,
"2.5k-5k": 123,
"0-2.5k": 123
},
"totalProfitableWallets": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Returns the number of profitable wallets grouped by realized PnL (USD) ranges for the specified period. Ranges: >100k, 50k-100k, 25k-50k, 10k-25k, 5k-10k, 2.5k-5k, 0-2.5k.
curl --request GET \
--url 'https://uk.raze.sh/api/sol/platform/pnl-ranges?apiKey='{
"success": true,
"period": "daily",
"ranges": {
">100k": 123,
"50k-100k": 123,
"25k-50k": 123,
"10k-25k": 123,
"5k-10k": 123,
"2.5k-5k": 123,
"0-2.5k": 123
},
"totalProfitableWallets": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Time period to aggregate over
daily, weekly, monthly