
XRPL EVM
Partial Coverage
Stack
Gas Token
XRP
Chain ID:
1440000
Testnet Chain ID:
1449000
Socials
Code Snippet
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}}