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