您正在運行一個Hyperliquid 節點嗎?透過Hyperliquid 對等連線,為區塊和完整的記憶池啟用直連路徑。
了解更多已通過 SOC 2 Type II 認證 · ISO 27001
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.
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
常見問題
Still have unanswered questions? Reach out to support and the Quicknode team can help you find answers.
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.