GET
/
blockscout
/
main-page
/
indexing-status
Get Indexing Status
curl --request GET \
  --url https://data-api.b3.fun/blockscout/main-page/indexing-status
{
  "finished_indexing": true,
  "finished_indexing_blocks": true,
  "indexed_blocks_ratio": "1.0",
  "indexed_internal_transactions_ratio": "1.0"
}

Response

200 - application/json

Indexing Status

The response is of type object.