GET
/
v1
/
spot
/
hyperliquid
/
prices
Get All Prices
curl --request GET \
  --url https://api.example.com/v1/spot/hyperliquid/prices

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/spot/hyperliquid/prices
Example Response
{
  "PURR/USDC": "0.001234",
  "HYPE/USDC": "12.50"
}