Inodra Documentation
Welcome to Inodra, the comprehensive Sui blockchain infrastructure platform that provides developers with robust, scalable access to the Sui network.
What is Inodra?
Inodra is a next-generation blockchain infrastructure platform designed specifically for Sui developers. We provide multiple ways to interact with the Sui blockchain, offering both indexed data through our REST API and direct node access through various protocols.
New to Sui? Sui is a high-performance Layer 1 blockchain optimized for low-latency transactions and parallel execution. It uses the Move programming language for smart contracts and offers unique features like object-centric data models. Learn more at docs.sui.io
Key Features
🚀 Multiple Access Methods
- gRPC Gateway - High-performance protocol buffer-based access
- JSON-RPC Gateway - Direct compatibility with Sui RPC nodes
- GraphQL Gateway (Unstable/Alpha) - Flexible query interface for blockchain data
- REST API - Comprehensive indexed data with advanced querying
🔔 Webhook Notifications
📈 Developer Dashboard
- Manage API keys and organizations
- Event tracking UI for webhooks
- Team collaboration features
Getting Started
Ready to start building on Sui with Inodra? Here's what you need to do:
- Sign up for an Inodra account (free tier available)
- Generate an API key through our dashboard
- Choose your integration method (JSON-RPC, GraphQL, gRPC, or REST)
- Start building with our comprehensive API documentation
Data Coverage
Inodra provides comprehensive Sui blockchain coverage through two complementary approaches:
- Indexed Data: Our REST API provides fast access to processed and indexed blockchain data
- Live RPC Access: Direct connection to Sui nodes for real-time data and the latest network state
- Fallback Coverage: When indexed data isn't available, our APIs automatically fall back to live RPC calls for comprehensive support
This hybrid approach ensures you have access to both historical data through our optimized indexes and the most up-to-date blockchain state.
Quick Example
Test your setup with a simple API call:
curl -X POST https://api.inodra.com/v1/jsonrpc \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getLatestCheckpointSequenceNumber",
"params": []
}'Ready to Build?
Choose your preferred way to get started:
- Quick Start Guide - Get up and running in 5 minutes
- Interactive API Docs - Try REST endpoints in your browser
- API Reference - Complete method documentation
- Webhooks - Set up blockchain event notifications
🚀 Start building today
Create your free account and get your API key in under a minute. No credit card required.
🔜 Coming Early 2026: Official SDKs
We're building official SDKs for popular languages to make integration even easier:
- TypeScript/JavaScript SDK - Full-featured client library
- Python SDK - Async-ready Python client
- Go SDK - High-performance Go library
- Rust SDK - Native Rust implementation
Expected Release: Early 2026
For now, use our REST API, JSON-RPC, GraphQL, or gRPC gateways directly with standard HTTP clients.