Markets
List markets
Returns the market registry, optionally filtered by asset class. The registry is the single source of truth for symbols, oracle feeds, and leverage caps.
GET
List markets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the market registry, optionally filtered by asset class. The registry is the single source of truth for symbols, oracle feeds, and leverage caps.
curl --request GET \
--url https://api.quantdesk.app/api/v2/markets{
"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{
"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"
}
]
}