cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/klines/backfill/status/{task_id} \ --header 'Authorization: Bearer <token>'
{ "environment": "<string>", "exchange": "<string>", "id": 123, "status": "<string>", "finished_at": "<string>", "period": "<string>", "rows_written": 123, "started_at": "<string>", "symbol": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Task ID
Backfill task status
Backfill task descriptor.
Was this page helpful?