curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets?apiKey='{
"data": [
{
"market_id": "jup:SOL-PERP",
"venue": "jup",
"asset": "SOL",
"volume_24h_usd": 123,
"trades_24h": 123
}
],
"count": 123
}Static list of supported markets per venue (v1: Jupiter Perps).
volume_24h_usd and trades_24h are pulled from _mv_perp_market_hourly (zeros until data accrues).
curl --request GET \
--url 'https://ca.raze.sh/api/sol/perp/markets?apiKey='{
"data": [
{
"market_id": "jup:SOL-PERP",
"venue": "jup",
"asset": "SOL",
"volume_24h_usd": 123,
"trades_24h": 123
}
],
"count": 123
}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.