cURL
curl --request POST \ --url https://api.production.hyperoru.com/api/klines/backfill \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "exchange": "<string>", "symbol": "<string>", "end": "<string>", "environment": "<string>", "period": "<string>", "start": "<string>" } '
{ "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>
Create backfill request.
Backfill task created
Backfill task descriptor.
Was this page helpful?