curl -X POST https://oro-tradebook-devnet.up.railway.app/api/trading/estimate/buy \ -H "Content-Type: application/json" \ -H "x-api-key: your-api-key" \ -d '{ "goldAmount": 0.5 }'
{ "success": true, "data": { "goldAmount": 0.5, "estimatedUsdcAmount": 2543.10, "goldPricePerOunce": 5086.2, "timestamp": "2024-01-15T10:30:00.000Z" } }
Calculate the estimated USDC amount required to purchase a specified amount of gold.
PARTNER_EXECUTIVE_AUTHORITY
Show properties