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
}
}
}
}Returns the indexing status snapshot most recently captured from ENSIndexer
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
}
}
}
}Was this page helpful?