Heb je een ‘ Hyperliquid ’-knooppunt draaien?Activeer een directe verbinding voor blokken en een volledige mempool met peering via Hyperliquid .
Meer informatieConnect 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-gecertificeerd · 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.
Gebeurtenisgestuurde meldingen met gegarandeerde bezorging, herhalingspogingen en ingebouwde ondersteuning voor reorganisaties. Schrijf je in op specifieke adressen, contractgebeurtenissen of on-chain-voorwaarden en reageer in realtime.
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
Veelgestelde vragen
Heb je nog vragen? Neem dan contact op met de klantenservice; de Quicknode equipe kan je helpen antwoorden te vinden.
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.