Skip to main content
GET
/
v2
/
main-page
/
indexing-status
Check if indexing is finished with indexing ratio
curl --request GET \
  --url http://localhost/api/v2/main-page/indexing-status
{
  "finished_indexing": true,
  "finished_indexing_blocks": true,
  "indexed_blocks_ratio": 123,
  "indexed_internal_transactions_ratio": 123
}

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

200 - application/json

Current blockchain indexing status.

finished_indexing
boolean
finished_indexing_blocks
boolean
indexed_blocks_ratio
number<float>
indexed_internal_transactions_ratio
number<float> | null