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 Type 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.