Get the orderbook for an RWA market.
cURL
curl --request GET \ --url https://api.example.com/v1/rwas/hyperliquid/orderbook/{symbol}
AAPL
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/rwas/hyperliquid/orderbook/AAPL?dex=stocksPerp&depth=10"