Indexer

An indexer is a system that reads blocks and transactions from a node, transforms them into structured records, and stores them so applications can query on-chain data by entity rather than by raw RPC call.

Raw RPC gives blocks and logs, but answering questions like a wallet's full transfer history means scanning and reshaping that data. An indexer does this ingestion and denormalization ahead of time, exposing tables you query directly. Building one means running an archive node, decoding logs against ABIs, and handling reorgs. Our platform provides decoded transactions, logs and wallet analytics as an API, so you get indexer-style structured data without operating the pipeline, alongside raw archive RPC when you need it.

Términos relacionados

Véase también

Convierte el concepto en una llamada a la API

Cada término aquí se traduce en una primitiva que ya puedes llamar — recarga créditos y publica.

Obtener clave API