Skip to main content
GET
/
v0
/
backfilling
/
status
/v0/backfilling/status
curl --request GET \
  --url https://example.com/api/scan/v0/backfilling/status
{
  "complete": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

ok

complete
boolean
required

True if ALL backfilling processes are complete, false otherwise.

Some scan endpoints return error responses if backfilling is not complete (e.g., /v1/updates), others return partial results (e.g., /v0/transactions). This endpoint is a simple indicator for whether historical information may be incomplete.

To determine the progress of individual backfilling processes, inspect the corresponding metrics.