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.
Termos relacionados
Veja também
Transforme o conceito em uma chamada de API
Cada termo aqui corresponde a uma primitiva que você já pode chamar — recarregue créditos e publique.
Obter chave de API