Place an RWA order on a HIP-3 dex.
cURL
curl --request POST \ --url https://api.example.com/v1/rwas/hyperliquid/orders
AAPL
curl -X POST -H "X-API-Key: $API_KEY" \ -H "Content-Type: application/json" \ https://api.perps.studio/v1/rwas/hyperliquid/orders \ -d '{ "symbol": "AAPL", "side": "buy", "type": "limit", "size": "1", "price": "195.00", "wallet": "0x1234...", "signature": "0xabcdef...", "nonce": 1712000000000 }'