Backtesting
List backtest datasets
Returns the dataset catalog available for strategy simulation.
GET
List backtest datasets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the dataset catalog available for strategy simulation.
curl --request GET \
--url https://api.quantdesk.app/api/v2/backtest/datasets{
"success": true,
"data": [
{
"dataset_id": "sol-perp-1h-2025",
"version": "1.2.0",
"symbol": "SOL-PERP",
"resolution": "1h"
}
]
}curl --request GET \
--url https://api.quantdesk.app/api/v2/backtest/datasets{
"success": true,
"data": [
{
"dataset_id": "sol-perp-1h-2025",
"version": "1.2.0",
"symbol": "SOL-PERP",
"resolution": "1h"
}
]
}