Data
Get market stats snapshot
Returns an authoritative snapshot of last price, 24h change, volume, and open interest for a symbol. Pair with the market stats websocket event for live UI refresh.
GET
Get market stats snapshot
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns an authoritative snapshot of last price, 24h change, volume, and open interest for a symbol. Pair with the market stats websocket event for live UI refresh.
curl --request GET \
--url https://api.quantdesk.app/api/v2/market-stats{
"success": true,
"data": {
"symbol": "SOL-PERP",
"last_price": 168.42,
"change_24h": -1.87,
"volume_24h": 12930450.5,
"open_interest": 4820100
}
}curl --request GET \
--url https://api.quantdesk.app/api/v2/market-stats{
"success": true,
"data": {
"symbol": "SOL-PERP",
"last_price": 168.42,
"change_24h": -1.87,
"volume_24h": 12930450.5,
"open_interest": 4820100
}
}