Skip to main content
GET
/
api
/
sol
/
platform
/
volume
Platform-wide trading volume
curl --request GET \
  --url 'https://uk.raze.sh/api/sol/platform/volume?apiKey='
{
  "success": true,
  "period": "daily",
  "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"
}

Authorizations

apiKey
string
query
required

Query Parameters

period
enum<string>
default:daily

Time period to aggregate over

Available options:
daily,
weekly,
monthly

Response

Success

success
boolean
period
enum<string>
Available options:
daily,
weekly,
monthly
totalVolumeSol
number
totalVolumeUsd
number
totalTrades
integer
totalBuys
integer
totalSells
integer
totalBundleTrades
integer
totalSniperTrades
integer
totalProtraderTrades
integer
totalFees
number
solPriceUsd
number
timestamp
string<date-time>