v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get indexing status

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/main-page/indexing-status

Response

indexing status

finished_indexingboolean required
finished_indexing_blocksboolean required
indexed_blocks_ratiostring required
indexed_internal_transactions_ratiostring nullable required

Example response

{
  "indexed_blocks_ratio": "1.0",
  "indexed_internal_transactions_ratio": "1.0"
}