Ethereum Layer 2 for DeFi and dApps
Mode is an Ethereum Layer 2 blockchain optimized for DeFi and dApps, offering fast, low‑fee transactions and modular infrastructure.
DeFi Optimized
Purpose‑built for decentralized finance applications.
Low Fees
Layer‑2 execution reduces transaction costs.
Fast
Quick finality ensures smooth UX.
EVM Compatible
Supports Ethereum smart contracts seamlessly.
Real‑Time Mode Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=MODE', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"MODE": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}