Vous exploitez un nœud « Hyperliquid » ?Activez un chemin direct pour les blocs et le mempool complet grâce au peering « Hyperliquid ».
En savoir plusConnect 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.
Certifié 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.
Alertes déclenchées par des événements, avec livraison garantie, tentatives de réenvoi et gestion intégrée des réorganisations. Abonnez-vous à des adresses spécifiques, à des événements de contrat ou à des conditions sur la chaîne, et réagissez en temps réel.
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
Foire aux questions
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.