Skip to main content
GET
/
api
/
indexing-status
Get ENSIndexer Indexing Status
curl --request GET \
  --url http://localhost:4334/api/indexing-status
{
  "responseCode": "<string>",
  "realtimeProjection": {
    "projectedAt": 0,
    "worstCaseDistance": 123,
    "snapshot": {
      "strategy": "<string>",
      "slowestChainIndexingCursor": 0,
      "snapshotTime": 0,
      "omnichainSnapshot": {
        "omnichainStatus": "<string>",
        "chains": {},
        "omnichainIndexingCursor": 0
      }
    }
  }
}

Response

Successfully retrieved indexing status

responseCode
string
required
Allowed value: "ok"
realtimeProjection
object
required