Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

getIndexerStatus

getIndexerStatus retrieves the current status and health information of the Kontor indexer.

Usage

import { createKontorIndexerClient, http, signet } from '@kontor/kontor-sdk'
 
export const indexerClient = createKontorIndexerClient({
  chain: signet,
  transport: http()
})
 
const status = await indexerClient.getIndexerStatus()