Sui
Sui is a next-generation Move-based blockchain developed by Mysten Labs, designed for high throughput, low latency, and an asset-oriented programming model. It provides gRPC, GraphQL, and legacy JSON-RPC interfaces for querying objects, transactions, checkpoints, events, and balances on the Sui network. The gRPC API is the current recommended interface, replacing the deprecated JSON-RPC, while GraphQL RPC offers flexible reads for frontends and dashboards.
APIs
Sui gRPC API
A generally available, type-safe full node API that replaces JSON-RPC on Sui full nodes. Provides low-latency point lookups, transaction submission, transaction simulation, and ...
Sui GraphQL RPC
A generally available RPC service for flexible reads, transaction submission, and simulation backed by the Sui General-Purpose Indexer, Consistent Store, full nodes, and Archiva...
Sui JSON-RPC API (Deprecated)
The legacy JSON-RPC API for interacting with Sui full nodes, providing methods for querying objects, transactions, checkpoints, events, balances, and coin metadata. This interfa...
GraphQL
Sui GraphQL API
The Sui GraphQL RPC is a generally available read/write interface for the Sui blockchain, backed by the Sui General-Purpose Indexer, Consistent Store, full nodes, and Archival S...
GRAPHQL