Skip to main content

🚀 Cedra Indexer

Query Blockchain Data in Milliseconds

The Cedra Indexer transforms raw blockchain data into lightning-fast, queryable insights. Access transactions, NFTs, balances, and more through our powerful GraphQL API.

🎯 Quick Start

Jump straight into the action! Try live queries in our GraphQL Playground →


⚡ Choose Your Integration Path

Perfect for Most Applications

The Cedra Indexer API provides instant access to pre-indexed blockchain data through a powerful GraphQL interface. Query real-time balances, track NFT ownership across collections, analyze complete transaction history, and perform complex cross-table joins - all with millisecond response times. Whether you're building a DeFi dashboard, NFT marketplace, or analytics platform, our API eliminates the need to run your own infrastructure while giving you the flexibility to fetch exactly the data you need.

query QuickExample {
current_fungible_asset_balances(
where: { owner_address: { _eq: "0x1" }}
) {
asset_type
amount
}
}

Start querying immediately with our GraphQL Playground - no setup required.


📚 Explore the Documentation


🎪 What Can You Build?

💱

DeFi Dashboards

Track pools, positions, and yields

🖼️

NFT Marketplaces

Collections, listings, and activity

📊

Analytics Platforms

On-chain metrics and insights

👛

Wallet Interfaces

Balances, history, and portfolios

🎮

Gaming Backends

Player assets and leaderboards

🔔

Alert Systems

Monitor events and triggers


🌟 Why Cedra Indexer?

Lightning Fast

Millisecond queries vs. seconds with RPC calls

🔍

Rich Queries

Filter, sort, aggregate, and join data effortlessly

📜

Full History

Access complete transaction history, not just current state

🚀

Developer Friendly

GraphQL API with auto-complete and introspection


🌐 Network Endpoints
  • Testnet: https://cloud.hasura.io/public/graphiql?endpoint=https://graphql.cedra.dev/v1/graphql
  • Devnet: https://cloud.hasura.io/public/graphiql?endpoint=https://graphql-devnet.cedra.dev/v1/graphql