
Ethereum Virtual Machine on XRP
XRPL EVM is an Ethereum‑compatible execution environment integrated with the XRP Ledger.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
XRP Native
Built on XRP Ledger infrastructure.
Low Fees
Affordable transactions for developers.
Scalable
Handles large‑scale decentralized applications
Real‑Time XRPL EVM Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XREVM', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XREVM": {"btc":0.000034,"eth":0.00087,"usd":3.45}}