Get open RWA positions.
cURL
curl --request GET \ --url https://api.example.com/v1/rwas/hyperliquid/positions/{address}
curl -H "X-API-Key: $API_KEY" \ "https://api.perps.studio/v1/rwas/hyperliquid/positions/0x1234...?dex=stocksPerp"
[ { "symbol": "AAPL", "side": "long", "size": "5.00", "entryPrice": "192.00", "markPrice": "195.50", "unrealizedPnl": "17.50", "leverage": "10" } ]