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.
Quickstart Guide →
Get started with the Indexer SDKSDK Documentation →
Read documentation about the Indexer SDKExample Processors
As a reference, you can see all Aptos-Hosted processors that comprise the Indexer API here.