cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/system/binance/backfill/status \ --header 'Authorization: Bearer <token>'
{ "exchange": "<string>", "status": "<string>", "progress": 123, "rows_written": 123, "task_id": "<string>", "updated_at": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Binance backfill status
Backfill progress.
Was this page helpful?