चलाना Hyperliquid नोड?ब्लॉक और पूर्ण मेमोरी पूल के लिए एक सीधा पथ सक्रिय करें Hyperliquid झाँकते हुए।
और अधिक जानेंConnect to Sui mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Sui data stack, managed from a single Quicknode dashboard.
एसओसी 2 टाइप II प्रमाणित · आईएसओ 27001
Sui builders need more than basic RPC. Quicknode runs the full surface: low-latency Sui gRPC and GraphQL, JSON-RPC, and full-history archive access, all from one dashboard.
Query objects, transactions, and events with low latency. From a single sui_getObject to full transaction history, you get the right interface for the job.
Six ways to access Sui data, from gRPC and GraphQL to JSON-RPC and full archive history. Pick the interface, ship faster.
High-performance Sui gRPC for low-latency reads and streaming-style access to objects, checkpoints, transactions, and events. The primary Sui API, built for indexers and latency-sensitive apps.
Query historical Sui state over gRPC on mainnet: past objects, checkpoints, transaction blocks, and events back to genesis, with older data routed automatically to archive nodes.
Query Sui with GraphQL: fetch objects, balances, checkpoints, transaction blocks, and events in a single typed request, with pagination and filtering built in.
Standard sui_ and suix_ JSON-RPC on mainnet and testnet, including sui_getObject, sui_getTransactionBlock, and suix_getBalance. Note: Sui is migrating JSON-RPC to gRPC and GraphQL, both live on Quicknode.
Historical access on mainnet over gRPC. Query objects, checkpoints, and events, and subscribe to real-time transactions for indexing, analytics, and trading.
Compose multiple Move calls into one atomic Programmable Transaction Block, then dry-run, execute, and inspect effects. Sponsored transactions and multi-sig supported.
Query and execute against Sui with the tooling you already know. @mysten/sui, the Sui CLI, and Programmable Transaction Blocks all hit a Quicknode Sui endpoint over native JSON-RPC. Same methods, same SDK, just a private RPC URL.
sui_getObject, sui_getTransactionBlock, suix_getBalance, and sui_subscribeEvent all behave exactly as they do on a Sui full node.
Point your existing Sui codebase at a Quicknode Sui endpoint and deploy. Move packages, SDKs, and tooling carry over.
// Query Sui with the official TypeScript SDKimport { SuiClient } from "@mysten/sui/client";const client = new SuiClient({url: QUICKNODE_SUI_URL} ) ;const checkpoint = await client.getLatestCheckpointSequenceNumber();const balance = await client.getBalance({ owner: address });// Native sui_ and suix_ methods over JSON-RPC.
Docs, guides, and runnable sample apps for every Sui workload. Clone, customize, and ship.
Full reference for every Sui JSON-RPC method, WebSocket subscription, and GraphQL query. Code examples for @mysten/sui and the Sui CLI.
Track Sui balances and objects in real time. Query coins and objects with @mysten/sui against your Quicknode Sui endpoint, then render a live portfolio.
Runnable Sui app that reads coins and objects to render a live wallet portfolio in real time. Clone, customize, and ship.
From your first Sui endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Sui endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Sui infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"As we scaled into thousands of RPS, we needed infrastructure that wouldn't throttle the real-time experience. Quicknode delivered that predictability."Ren Yu, Growth Lead @ fomo
अक्सर पूछे जाने वाले प्रश्नों
Still have unanswered questions? Reach out to support and the Quicknode team can help you find answers.
Build and ship Move packages against the same Quicknode account. The Sui toolchain you already know works unchanged.