EthInscription
  • Creating your first ETH inscription
  • Future Development Plan
  • ETH Inscription Card
  • About ethinscription.org
  • Ethscriptions Indexer API
    • API Overview
    • Ethscriptions Endpoints
    • Indexer Status Endpoints
Powered by GitBook
On this page
  1. Ethscriptions Indexer API

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}
PreviousEthscriptions Endpoints

Last updated 1 year ago