Skip to main content
GET
/
api
/
v2
/
market-stats
Get market stats snapshot
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
  }
}

Query Parameters

symbol
string
required

Market symbol, e.g. SOL-PERP.

Example:

"SOL-PERP"

Response

200 - application/json

Market stats snapshot

success
boolean
Example:

true

data
object