Arc mainnet is now liveGet started with RPC, Streams, and Webhooks.
创建一个endpoint通过 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.
Query accounts, resources, and events with low latency. From a single account lookup to full transaction history, you get the right interface for the job.
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.
Account, resource, transaction, and event endpoints all behave exactly as they do on an Aptos fullnode, with Move view functions for read-only contract calls.
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.
Full reference for the Aptos Fullnode REST API and its methods, including accounts, resources, modules, transactions, and events. Code examples for @aptos-labs/ts-sdk and the 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 )将帮助您找到答案。
Build and ship Move modules against the same Quicknode account. The Aptos toolchain you already know works unchanged.
Read blocks by height or version and query historical ledger state with no pruning. Reconstruct past transactions, events, and resources at any version for indexing, analytics, and reconciliation.
Read any account's state, its Move resources, and published modules with their ABIs. Fetch a single resource by type or list every resource an account holds, at the latest or a historical ledger version.
Read transactions by hash or version, list an account's full transaction history, and pull events by creation number or event handle for indexing and activity tracking.
Call view functions for read-only contract logic without submitting a transaction, and read raw Move table items by handle and key for deep protocol state.
Simulate a transaction to preview its effects and gas before you sign, estimate the current gas unit price, then submit single or batched transactions that land.
// Query Aptos with the official TypeScript SDKimport { Aptos, AptosConfig } from "@aptos-labs/ts-sdk";const aptos = new Aptos(new AptosConfig({fullnode: QUICKNODE_APTOS_URL}));const ledger = 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.
“借助Quicknode ,我们可以立即提取一条受支持的区块链,将endpoint 传递给客户端,并确信它一定能正常运行。无需进行试运行或手动验证。归档数据、低延迟和持续的正常运行时间均已内置其中,这使我们能够满足紧凑的集成时间窗口,并在不增加运维开销的情况下,自信地支持新兴网络。”费维克,Ormi创始人兼首席执行官