Hyperliquid ノードを運用していますか?Hyperliquid のピアリング機能を使用して、ブロックおよびフルメンプールへのダイレクトパスを有効にします。
詳細はこちらConnect to TON mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete TON data stack, managed from a single Quicknode dashboard.
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.
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.
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.
Docs, guides, and runnable sample apps for every TON workload. Clone, customize, 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.
よくある質問
まだ疑問が残っていますか? サポートにお問い合わせいただくか、Quicknode (equipe )をご利用いただければ、答えを見つけるお手伝いをいたします。
SOC 2 タイプ II 認証取得・ISO 27001
Query TON data with low latency over the HTTP API. From account reads to contract calls, you get the right interface for the job.
The TON toolchain you already know works unchanged on Quicknode. The @ton/ton SDK and standard HTTP clients all point at a Quicknode endpoint.
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.
// 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.
Runnable sample apps and starter kits across Quicknode-supported chains, including TON. Clone one and ship.
「Quicknode を使えば、対応しているチェーンを即座に取得し、endpoint をクライアントに渡すだけで、確実に動作することが分かります。試運転や手動での検証は不要です。アーカイブデータ、低遅延、安定した稼働時間が標準で備わっているため、厳しい統合スケジュールを満たしつつ、運用上のオーバーヘッドを発生させることなく、新たなネットワークを自信を持ってサポートすることができます。」ヴィクター・フェイ、Ormi 創業者兼CEO