Markets
Get market metadata
Returns full registry metadata for a single market symbol.
GET
Get market metadata
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns full registry metadata for a single market symbol.
curl --request GET \
--url https://api.quantdesk.app/api/v2/markets/{symbol}{
"success": true,
"data": {
"symbol": "SOL-PERP",
"base_asset": "SOL",
"quote_asset": "USD",
"asset_class": "crypto",
"max_leverage": 50,
"is_active": true,
"oracle_feed": "pyth:SOL/USD"
}
}curl --request GET \
--url https://api.quantdesk.app/api/v2/markets/{symbol}{
"success": true,
"data": {
"symbol": "SOL-PERP",
"base_asset": "SOL",
"quote_asset": "USD",
"asset_class": "crypto",
"max_leverage": 50,
"is_active": true,
"oracle_feed": "pyth:SOL/USD"
}
}