Skip to main content
GET
/
api
/
oracle
/
prices
Get oracle prices
curl --request GET \
  --url https://api.quantdesk.app/api/oracle/prices
{
  "success": true,
  "data": {
    "SOL-PERP": 168.42,
    "BTC-PERP": 64210.5
  },
  "timestamp": 1767394200000,
  "source": "pyth"
}

Response

200 - application/json

Oracle price map

success
boolean
Example:

true

data
object
Example:
{ "SOL-PERP": 168.42, "BTC-PERP": 64210.5 }
timestamp
number
Example:

1767394200000

source
string
Example:

"pyth"