curl -X GET https://oro-tradebook-devnet.up.railway.app/api/trading/gold/price
{ "success": true, "data": { "price": "5086.20", "unit": "troy_ounce", "currency": "USD", "timestamp": "2024-01-15T10:30:00.000Z" } }
Retrieves the current gold price in USD from Pyth oracle.
Show properties