Indexer
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](https://github.com/aptos-labs/aptos-indexer-processors/issues/new/choose) repo.
Most applications require an indexer to efficiently query for on-chain state as the Aptos Node API provides only a basic, stable API and does not support data shaping required for rich user experiences. The Aptos Indexer processes raw blockchain data for app-specific needs, enabling low-latency and enhanced experiences for end-user applications.
Hereβs an interactive example of how you can query for the Current Coin Balances of an account. More usage examples can be found in example queries.
Loading...
Indexer API
Aptos Labs Indexer API β
Query Aptos Labs GraphQL Indexer API hosted on HasuraSelf-hosted Indexer API β
Host your own Indexer APIArchitecture β
Detailed layout of Indexer ArchitectureIndexer Processors β
Use existing or custom indexer processors to shape on-chain data for your applicationExample Queries
Account Transactions Query β
Retrievestransaction_version
s of transactions that affect a specified account address, ordered in descending orderCoin Balances Query β
Retrieves the current balances for various coin types associated with a specified account addressNFTs Query β
Retrieves a list of NFTs owned by a specified account addressTransaction Streaming Service (GRPC)
Legacy Indexer
Find information about the legacy indexer here.