Get the spot orderbook on Hyperliquid.
cURL
curl --request GET \ --url https://api.example.com/v1/spot/hyperliquid/orderbook/{symbol}
PURR/USDC
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/spot/hyperliquid/orderbook/PURR%2FUSDC?depth=10"