Arc mainnet is now liveGet started with RPC, Streams, and Webhooks.
Create an endpointConnect to Aptos mainnet and Testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Aptos data stack, managed from a single Quicknode dashboard.
SOC 2 タイプ II 認証取得・ISO 27001
Aptos builders need more than basic RPC. Quicknode runs the full surface: the Aptos Fullnode REST API, full-history archive access, and low-latency reads on mainnet and testnet, all from one dashboard.
アカウント、リソース、イベントを低遅延で照会できます。単一のアカウント検索から完全な取引履歴まで、用途に応じた最適なインターフェースをご利用いただけます。
Six ways to access Aptos data, from a single account lookup to full transaction history and simulation. Pick the endpoint, ship faster.
The Aptos Fullnode REST API over HTTPS on mainnet and testnet. Read ledger info, chain ID, and node health, then branch into accounts, transactions, and events, with predictable rate limits.
Query and execute against Aptos with the tooling you already know. @aptos-labs/ts-sdk, the Aptos CLI, and Move modules all hit a Quicknode Aptos endpoint over the native REST API. Same methods, same SDK, just a private RPC URL.
アカウント、リソース、トランザクション、イベントのエンドポイントはすべて、Aptos のフルノード上とまったく同じように動作し、読み取り専用のコントラクト呼び出しには「Move」ビュー関数が使用されます。
Point your existing Aptos codebase at a Quicknode Aptos endpoint and deploy. Move modules, SDKs, and tooling carry over.
Docs, guides, and runnable sample apps for every Aptos workload. Clone, customize, and ship.
AptosのFullnode REST APIとそのメソッド(アカウント、リソース、モジュール、トランザクション、イベントなど)に関する完全なリファレンスです。@aptos-labs/ts-sdkおよびAptos CLIのコード例も掲載されています。
Create an Aptos endpoint and make your first REST API call in minutes. Read accounts and resources, submit transactions, and call Move view functions.
From your first Aptos endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Aptos endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Aptos infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
よくある質問
まだ疑問点がありますか?サポート までご連絡ください。Quicknode (equipe )が、ご質問への回答をお手伝いいたします。
同じQuicknode アカウントに対して、Moveモジュールをビルドしてデプロイします。おなじみのAptos ツールチェーンは、これまでと変わらず動作します。
高さやバージョンごとにブロックを読み取り、プルーニングを行わずに過去の台帳の状態を照会できます。インデックス作成、分析、照合のために、任意のバージョンにおける過去の取引、イベント、リソースを再構築できます。
任意のアカウントの状態、その「Move」リソース、および公開されているモジュールとそのABIを読み取ります。タイプ別に単一のリソースを取得したり、アカウントが保有するすべてのリソースを、最新または過去の台帳バージョンで一覧表示したりできます。
ハッシュまたはバージョンごとにトランザクションを読み取り、アカウントの完全なトランザクション履歴を一覧表示し、インデックス作成やアクティビティの追跡のために、作成番号またはイベントハンドルごとにイベントを取得します。
トランザクションを送信せずに、読み取り専用のコントラクトロジック用のビュー関数を呼び出し、プロトコルの詳細な状態を把握するために、ハンドルとキーを用いてMoveテーブルの生の項目を読み取ります。
署名する前にトランザクションをシミュレートして、その影響やガス代をプレビューし、現在のガス単価を見積もった上で、確実に処理される単一またはバッチ処理のトランザクションを送信します。
// Query Aptos with the official TypeScript SDKimport { Aptos, AptosConfig } from "@aptos-labs/ts-sdk";const aptos = new Aptos(new AptosConfig({フルノード: QUICKNODE_APTOS_URL}));const 元帳 = await aptos.getLedgerInfo();const balance = await aptos.getAccountAPTAmount({ accountAddress });// Native Aptos REST API over one endpoint.
Runnable sample apps for querying accounts, tracking events, and building on Aptos. Clone, customize, and ship.
"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."ヴィクター・フェイ、Ormi 創業者兼CEO