Returns current oracle prices for all supported assets.
cURL
curl --request GET \ --url https://api.joyride.exchange/v1/oracle/prices
{ "prices": { "BTC": 97500.5, "ETH": 3200.75, "SOL": 148.5 } }
Oracle prices keyed by asset
Show child attributes
{ "BTC": 97500.5, "ETH": 3200.75, "SOL": 148.5}