Skip to main content
POST
/
perp
/
sol
/
markets
curl --request POST \
  --url https://router.raze.bot/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
}

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