Skip to main content
Query Immutable Chain data—NFTs, tokens, activities, and orders—via APIs and webhooks, without running your own infrastructure.

Why Use Indexer?

Query blockchain data via simple API calls. No need to run nodes, databases, or indexing pipelines.
Data indexed within seconds of on-chain confirmation. Webhooks push updates instantly.
Filter by owner, collection, attributes, activity type, and more. Get exactly the data you need.
Handles millions of queries daily across the Immutable ecosystem.

Data Available

Integration Patterns

Choose the right pattern for your use case:

Polling vs Webhooks

Use polling when:
  • Player opens inventory (fetch their NFTs)
  • Player views an item (fetch metadata)
  • Player searches marketplace (query listings)

Caching Strategy

Reduce API calls with smart caching:

Pagination

For large result sets, paginate efficiently:
Full collection syncs can be slow. Use webhooks for keeping a database in sync rather than periodic full fetches.

Rate Limit Handling

Common Patterns

Player Inventory

Activity Feed

Collection Stats

Webhook Integration

Verifying Webhooks

Always verify webhook signatures:

Database Sync Pattern

Webhooks are available to partners with a managed relationship. Contact us to enable webhooks.

Base URLs

Next Steps

Metadata Search

Filter NFTs by attributes

Build a Marketplace

Use the Indexer in your marketplace

Orderbook

Build trading functionality

Contracts

Understand NFT contract structure