Indexer Status Endpoints

API endpoints for getting information about the ethinscription.org indexer

Fetch Block Status of Indexer

If your users are using the ethscriptions.com API to make important decisions it's recommended that you prevent them from doing so if the indexer is more than a few blocks behind.

API

GET https://ethinscription.org/api/indexer/ethscriptions/block_status/

Example

https://ethinscription.org/api/indexer/ethscriptions/block_status/

Response

{"current_block_number":19009886,"last_imported_block":18669741,"blocks_behind":340145}

Last updated