Skip to content
🎉 Welcome to the new Aptos Docs! Click here to submit feedback!
BuildIndexerIndexer SDK

Indexer SDK

The Indexer API, Transaction Stream Service, and Custom Processors are currently in beta. Please report any problems you encounter by creating an issue in the aptos-indexer-processors repo.

While the Indexer API is a powerful tool for querying basic on-chain data, it may not always provide the exact data you need. In most cases, you want to index your own contract and to do that, you can create your own custom processor using the Indexer SDK.

Using the Indexer SDK

Learn how to use the Indexer SDK through guides and documentation.

Example Processors

As a reference, you can see all Aptos-Hosted processors that comprise the Indexer API here.