curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/volume?apiKey='{
"success": true,
"period": "daily",
"platform": "<string>",
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalBundleTrades": 123,
"totalSniperTrades": 123,
"totalProtraderTrades": 123,
"totalFees": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Returns total trading volume, trade counts, and fees across the entire platform for the specified period. Optionally filter by DEX platform (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap).
curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/volume?apiKey='{
"success": true,
"period": "daily",
"platform": "<string>",
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalBundleTrades": 123,
"totalSniperTrades": 123,
"totalProtraderTrades": 123,
"totalFees": 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.
Success
daily, weekly, monthly DEX platform filter applied, or "all" if unfiltered