GET
/
v1
/
rwas
/
hyperliquid
/
ticker
/
{symbol}
Get Ticker
curl --request GET \
  --url https://api.example.com/v1/rwas/hyperliquid/ticker/{symbol}

Request

symbol
string
required
Market symbol
dex
string
Dex name

Example

curl -H "X-API-Key: $API_KEY" \
  "https://api.perps.studio/v1/rwas/hyperliquid/ticker/AAPL?dex=stocksPerp"