Oracle
Get oracle prices
Returns current normalized prices from the Pyth oracle feeds as a symbol-to-price map.
GET
Get oracle prices
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns current normalized prices from the Pyth oracle feeds as a symbol-to-price map.
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"
}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"
}