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.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥