Labs-Hosted Indexer API
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.
GraphQL API Endpoints
When making GraphQL queries to the Labs-Hosted Indexer API, use the following endpoints:
- Mainnet:
https://api.mainnet.aptoslabs.com/v1/graphql
- Testnet:
https://api.testnet.aptoslabs.com/v1/graphql
- Devnet:
https://api.devnet.aptoslabs.com/v1/graphql
Hasura Explorer
Choose a network to explore the Labs-Hosted Indexer API using the Hasura Explorer:
Mainnet ↗
Hasura GraphQL Explorer for Aptos MainnetTestnet ↗
Hasura GraphQL Explorer for Aptos TestnetDevnet ↗
Hasura GraphQL Explorer for Aptos DevnetRate limits
The following rate limit applies for the Aptos Labs hosted indexer API:
- For a web application that calls this Aptos-provided indexer API directly from the client (for example, wallet or explorer), the rate limit is currently 5000 requests per five minutes by IP address. Note that this limit can change with or without prior notice.
If you need a higher rate limit, consider the following solutions:
- Get an API Key from API Gateway.
- Run the Aptos Indexer API yourself. See the guide to self-hosting here.