๐ 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.
Jump straight into the action! Try live queries in our GraphQL Playground โ
โก Choose Your Integration Pathโ
- ๐ Indexer API
- ๐ ๏ธ Indexer SDK
- ๐ก Transaction Stream
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.
Build Custom Indexers
Take full control of your data pipeline with the Cedra Indexer SDK. Design custom processors that understand your smart contract's unique events and data structures, transforming raw blockchain data into precisely the format your application needs. Define your own schemas, implement complex business logic, and store processed data in your preferred databaseโwhether that's PostgreSQL, MongoDB, or a specialized time-series database. Perfect for protocols with complex on-chain mechanics or applications requiring specialized data transformations that go beyond standard indexing.
Raw Data Streaming
Connect directly to Cedra nodes and consume a real-time stream of transactions as they're processed on-chain. This low-level integration gives you complete control over your data pipeline, enabling you to build high-performance infrastructure tailored to your exact requirements. Process millions of transactions, implement custom analytics, trigger real-time alerts, or feed data into your existing data warehouse. Ideal for enterprises, data providers, and applications that need immediate access to raw blockchain data with zero intermediary processing or filtering.
๐ 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
- 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