Skip to content
πŸŽ‰ Welcome to the new Aptos Docs! Click here to submit an issue.
BuildIndexerNFT Aggregator API

NFT Aggregator API

The NFT Aggregator API is currently in beta. If you’re building an aggregator or need real-time event streaming via gRPC, please reach out to our team for early access and support!

We’re building a universal NFT aggregator for the Aptos ecosystem - normalized activity across all major marketplaces, including Tradeport, Wapal, Bluemove, Rarible, and more. We also maintain historical data for deprecated marketplaces like Topaz.

At its core, the aggregator captures marketplace events in real-time (like listings, token offers, and collection-wide offers) and converts them into clean, structured data. This allows developers to work with a unified data format β€” no need to handle different marketplace-specific formats manually.

What We Provide

Our API supports two main use cases:

  • Historical Data tracking: Listings, NFT Token Offers, NFT Collection Offers β€” in real-time.
  • Analytics & Trends: Aggregate data, market insights, top traders, and more.

GraphQL API

Query real-time marketplace activity across all integrated marketplaces. Use this for:

  • Basic historical data
  • Aggregated data (e.g. how many listings are there for a given collection)

You can explore it by hand by viewing the Hasura Explorer below for the network you are interested in.

For direct GraphQL queries to the Aptos-Labs hosted Indexer API, use these endpoints:

you can find the full API reference here.

Analytics REST API

Analytics API is currently in beta.
For custom analytics pipelines, we recommend using our gRPC stream for raw structured events.

Get high-level insights and historical data on the NFT market. Use this analytics API for:

  • Total sales volumes
  • Top buyers and sellers
  • Marketplace trends

You can find the full API reference here.

Integrated Marketplaces

See the full list of marketplaces currently integrated with the NFT Aggregator here.

Add Your Marketplace

We handle most integrations directly with your support

If you’d like your marketplace to be included, please reach out to our team. We support both public integrations and private beta partners.

Next Steps

Ready to dive deeper?