Skip to main content
GET
/
api
/
sol
/
platform
/
volume
Platform-wide trading volume
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.

Authorizations

apiKey
string
query
required

Query Parameters

period
enum<string>
default:daily

Time period to aggregate over

Available options:
daily,
weekly,
monthly
platform
string

Optional DEX platform filter (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap). Omit for global stats.

Response

Success

success
boolean
period
enum<string>
Available options:
daily,
weekly,
monthly
platform
string

DEX platform filter applied, or "all" if unfiltered

totalVolumeSol
number
totalVolumeUsd
number
totalTrades
integer
totalBuys
integer
totalSells
integer
totalBundleTrades
integer
totalSniperTrades
integer
totalProtraderTrades
integer
totalFees
number
solPriceUsd
number
timestamp
string<date-time>