Skip to main content
GET
/
api
/
system
/
hyperliquid
/
backfill
/
status
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/system/hyperliquid/backfill/status \
  --header 'Authorization: Bearer <token>'
{
  "exchange": "<string>",
  "status": "<string>",
  "progress": 123,
  "rows_written": 123,
  "task_id": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Hyperliquid backfill status

Backfill progress.

exchange
string
required
status
string
required
progress
number<double> | null
rows_written
integer<int64> | null
task_id
string | null
updated_at
string | null