List all RWA markets on Hyperliquid HIP-3 dexes.
cURL
curl --request GET \ --url https://api.example.com/v1/rwas/hyperliquid/markets
stocksPerp
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/rwas/hyperliquid/markets?dex=stocksPerp"
[ { "symbol": "AAPL", "name": "Apple Inc.", "dex": "stocksPerp", "pricePrecision": 2, "sizePrecision": 2, "minSize": "0.01", "maxLeverage": 20 } ]