Discover Ripple (XRP), a blockchain optimized for cross-border payments. Build secure and fast financial applications using its RPC gateway.
The Ripple RPC documentation provides developers with the tools to interact programmatically with the Ripple blockchain, designed for fast, low-cost cross-border payments using its native cryptocurrency, XRP. The documentation includes API endpoints for querying blockchain data, managing transactions, and interacting with Ripple’s financial network. Developers can leverage Ripple’s efficient architecture and robust infrastructure to build decentralized financial applications, particularly in payment processing and remittance.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Ripple • 🔗 Official Ripple Website
RPC Gateway for Ripple blockchain
Connect to Ripple and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Ripple using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Ripple Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Ripple node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Ripple RPC Methods in Postman
Explore and test Ripple blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Ripple RPC endpoints, validate API responses, or integrate Ripple into their applications.
How to use the Ripple Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Ripple collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Ripple RPC method and see real-time responses
Available Ripple interfaces
Ripple (XRP) - JSON-RPC
- book_offers
- ledger_closed
- channel_verify
- account_tx
- manifest
- fee
- random
- nft_sell_offers
- account_offers
- account_objects
- ledger
- tx
- account_channels
- nft_buy_offers
- server_info
- noripple_check
- ledger_data
- submit_multisigned
- ping
- account_nfts
- account_lines
- deposit_authorized
- channel_authorize
- submit
- server_state
- account_info
- ledger_entry
- account_currencies
- transaction_entry
- ripple_path_find
Ripple (XRP) - Tatum API
- Generate XRP account
- Get XRP Blockchain Information
- Get actual Blockchain fee
- Get Account transactions
- Get Ledger
- Get XRP Transaction by hash
- Get Account info
- Get Account Balance
- Send XRP from address to address
- Create / Update / Delete XRP trust line
- Modify XRP account
- Broadcast signed XRP transaction