正在运行一个Hyperliquid 节点吗?通过Hyperliquid 对等连接,为区块和满内存池启用直连路径。
了解更多Connect to XRP Ledger mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete XRP Ledger data stack, managed from a single Quicknode dashboard.
通过 SOC 2 II 类认证 · ISO 27001
XRP Ledger builders need more than basic RPC. Quicknode runs the full surface: rippled JSON-RPC and WebSocket, archive history, and real-time Streams, all from one dashboard.
Query, subscribe, and stream XRP Ledger data with low latency. From a single call to real-time delivery, you get the right interface for the job.
Six ways to access XRP Ledger data, from a single query to live subscriptions and real-time Streams. Pick the interface, ship faster.
The rippled JSON-RPC over HTTPS for account, ledger, and transaction queries and transaction submission.
Query historical ledgers, accounts, and transactions from ledger 32570 (genesis) over the rippled JSON-RPC and WebSocket API, with no pruning on mainnet.
Backfill and real-time XRP Ledger data delivered to your datastore with guaranteed reliability.
具有交付保证、重试功能和内置重组处理机制的事件驱动型警报。订阅特定地址、合约事件或链上条件,并实时做出响应。
Query order books, AMM pools, and payment paths, and submit payments over the rippled API to power payments, remittances, and trading apps.
Subscribe to ledgers, transactions, and account events over a persistent WebSocket connection with the rippled API.
Point xrpl.js at a Quicknode XRPL endpoint and read accounts and ledgers, subscribe to events, or submit transactions. The rippled JSON-RPC and WebSocket API on private low-latency infrastructure.
Point xrpl.js or xrpl-py at a Quicknode XRPL endpoint. Account reads, subscriptions, and transaction submission carry over.
The full rippled API over both JSON-RPC and WebSocket, for queries, subscriptions, and submission.
// Query the XRP Ledger with xrpl.jsimport { Client } from "xrpl";const client = new Client(QUICKNODE_XRPL_WSS_URL);await client.connect();const res = await client.request({command: "account_info", account});// rippled JSON-RPC and WebSocket on private infrastructure.
Docs, guides, and runnable sample apps for every XRP Ledger workload. Clone, customize, and ship.
Full reference for the XRP Ledger rippled JSON-RPC and WebSocket API, with account, ledger, and transaction examples.
Set up backfill and real-time XRP Ledger data delivered to your own datastore and API with Quicknode Streams.
Runnable sample apps and starter kits across Quicknode-supported chains, including XRP Ledger. Clone one and ship.
From your first XRP Ledger endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your XRP Ledger endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated XRP Ledger infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"Our collaboration with Quicknode, as mutual customers, enhances product selling by leveraging shared insights into quality and value. This cooperation is spawning real business opportunities, fostering growth, and speeding up progress for both."Tal Zackon, CEO & Co-Founder @ Tres Finance
常见问题解答
还有疑问吗? 请联系客服,Quicknode (equipe )将帮助您找到答案。
The XRP Ledger toolchain you already know works unchanged on Quicknode. xrpl.js, xrpl-py, and standard WebSocket clients all point at a Quicknode endpoint.