Skip to main content
GET
/
v1
/
oracle
/
prices
Get oracle prices
curl --request GET \
  --url https://api.joyride.exchange/v1/oracle/prices
{
  "prices": {
    "BTC": 97500.5,
    "ETH": 3200.75,
    "SOL": 148.5
  }
}

Response

200 - application/json

Oracle prices keyed by asset

prices
object
required
Example:
{
"BTC": 97500.5,
"ETH": 3200.75,
"SOL": 148.5
}