API documentation
Last updated
Last updated
Refer to this documentation for a more comprehensive understanding of the API, and explore some examples in this repository for further insight.
API for downloading metric data
/metric/{metric_id}/download
Metric Id
API Key
Symbol, if the metric has no symbol, this parameter is not required
Resolution, either 1h or 1d
No body
API for downloading latest metric data
/metric/{metric_id}/download/latest
Metric Id
API Key
Symbol, if the metric has no symbol, this parameter is not required
Resolution, either 1h or 1d
No body
API for getting submission types supported in tournament, this submission types are used to submit results to tournament
/tournament/{tournament_search_id}/submission-types
Tournament Search Id
No body
Submit prediction results by API. If successful, return the submission time.
/tournament/{tournament_search_id}/submit/api
Tournament Search Id
API Key
Submission type
Symbol
Model Id
No body
API for getting all submissions time of user.
/tournament/{tournament_search_id}/submission-time/all
Tournament Search Id
API Key
Submission type
Symbol
Model Id
No body
API for retrieving the overall user performance, where the performance metrics are specific to each round of the tournament.
/tournament/{tournament_search_id}/submission/overall-performance
Tournament Search Id
API Key
Submission type
Symbol
Model Id
Submission time
No body
API for deleting submission record of user (used only for backtest mode)
/tournament/{tournament_search_id}/submission
Tournament Search Id
API Key
Submission Type
Symbol
Model Id
Submission time, if not provided, delete all submissions of the model
No body