Ethereum Layer 2 for Scalable Trading
Loopring is a Layer 2 protocol on Ethereum enabling scalable, low‑fee trading and payments through zkRollups.
zkRollups
Zero‑knowledge proofs enable scalable transactions.
Low Fees
Optimized for affordable trading and payments.
Fast
Quick finality ensures smooth UX.
Secure
Ethereum security anchors Layer 2 execution.
Real‑Time Loopring Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=LRC', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"LRC": {"btc":0.00000178,"eth":0.000045,"usd":0.23}}