Skip to main content
POST
/
perp
/
sol
/
markets
curl --request POST \ --url https://ca.raze.sh/perp/sol/markets \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{
  "data": [
    {
      "venue": "jup",
      "market_id": "jup:SOL-PERP",
      "asset": "SOL"
    }
  ],
  "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

X-API-Key
string
header
required

Body

application/json
venue
enum<string>

Optional venue filter. Omit to list all supported venues.

Available options:
jup

Response

200 - application/json

Markets

data
object[]
count
integer