Get all spot markets available on Hyperliquid.
cURL
curl --request GET \ --url https://api.example.com/v1/spot/hyperliquid/markets
POST /info
{ "type": "spotMeta" }
curl -H "X-API-Key: $API_KEY" \ https://api.perps.studio/v1/spot/hyperliquid/markets
[ { "symbol": "PURR/USDC", "baseAsset": "PURR", "quoteAsset": "USDC", "pricePrecision": 6, "sizePrecision": 2, "minSize": "1.00" } ]