您正在運行一個Hyperliquid 節點嗎?透過Hyperliquid 對等連線,為區塊和完整的記憶池啟用直連路徑。
了解更多已通過 SOC 2 Type II 認證 · ISO 27001
TON builders need more than basic RPC. Quicknode runs the full surface: the TON HTTP API v2 and v3 for accounts, transactions, and contract calls, plus archive history, all from one dashboard.
Query TON data with low latency over the HTTP API. From account reads to contract calls, you get the right interface for the job.
Six ways to access TON data, from a single HTTP call to v3 queries and archive history. Pick the interface, ship faster.
Query accounts, transactions, blocks, and masterchain state over the TON HTTP API.
Full TON archive with no pruning. Query historical accounts, transactions, and masterchain state over the TON HTTP API.
The enhanced V3 HTTP API for faster account-state, transaction, and smart-contract queries on TON mainnet.
The V2 HTTP API served under /api/v2/ for account states, transaction history, blocks, and contract get-methods.
Call get methods on TON smart contracts and send external messages to interact with jettons, NFTs, and apps.
Read jetton balances, NFT ownership, and collection data over the TON HTTP API for wallets, marketplaces, and mini apps.
Point @ton/ton at a Quicknode TON endpoint and read balances, transactions, and contract state, or send messages. The TON HTTP API on private low-latency infrastructure.
Point the @ton/ton SDK at a Quicknode TON endpoint. Account reads, contract calls, and message sending carry over.
Accounts, transactions, blocks, and smart-contract get methods, all over the TON HTTP API.
// Query TON with @ton/tonimport { TonClient } from "@ton/ton";const client = new TonClient({ endpoint: QUICKNODE_TON_URL });const balance = await client.getBalance(address);const info = await client.getMasterchainInfo();// The TON HTTP API on private low-latency infrastructure.
Docs, guides, and runnable sample apps for every TON workload. Clone, customize, and ship.
Full reference for the TON HTTP API, with account, transaction, and smart-contract call examples.
See every supported TON HTTP API version, network, and product on Quicknode in one place.
Runnable sample apps and starter kits across Quicknode-supported chains, including TON. Clone one and ship.
From your first TON endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your TON endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated TON infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"With Quicknode, we can immediately pull a supported chain, pass the endpoint to the client, and know it'll just work. No need for trial runs or manual validation. Archival data, low latency, and consistent uptime are built in, enabling us to meet tight integration windows and confidently support emerging networks without operational overhead."Victor Fei, Founder & CEO @ Ormi
常見問題
Still have unanswered questions? Reach out to support and the Quicknode team can help you find answers.
The TON toolchain you already know works unchanged on Quicknode. The @ton/ton SDK and standard HTTP clients all point at a Quicknode endpoint.