Skip to main content
GET
/
api
/
klines
/
backfill-tasks
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/klines/backfill-tasks \
  --header 'Authorization: Bearer <token>'
{
  "tasks": [
    {
      "environment": "<string>",
      "exchange": "<string>",
      "id": 123,
      "status": "<string>",
      "finished_at": "<string>",
      "period": "<string>",
      "rows_written": 123,
      "started_at": "<string>",
      "symbol": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Kline backfill tasks

Backfill task listing.

tasks
object[]
required