Blockchain for Payments
XRP Ledger is a blockchain ecosystem optimized for payments and remittances, offering fast, low‑fee transactions.
Payments
Built‑in support for digital transactions.
Fast
Quick transaction finality ensures smooth UX.
Low Fees
Affordable transactions for global users.
Secure
Strong consensus ensures safe execution
Real‑Time XRP Ledger Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XRP', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XRP": {"btc":0.000021,"eth":0.00054,"usd":2.10}}