GET
/
v1
/
spot
/
hyperliquid
/
markets
List Markets
curl --request GET \
  --url https://api.example.com/v1/spot/hyperliquid/markets

Upstream Mapping

Maps to Hyperliquid’s POST /info with { "type": "spotMeta" }.

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/spot/hyperliquid/markets
Example Response
[
  {
    "symbol": "PURR/USDC",
    "baseAsset": "PURR",
    "quoteAsset": "USDC",
    "pricePrecision": 6,
    "sizePrecision": 2,
    "minSize": "1.00"
  }
]