Skip to main content
GET
/
api
/
sol
/
perp
/
markets
List supported perp markets
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.

Authorizations

apiKey
string
query
required

Query Parameters

venue
enum<string>

Optional venue filter. Omit for all venues.

Available options:
jup

Response

Success

data
object[]
count
integer