
Ethereum Layer 2 for Payments and DeFi
Metal L2 is an Ethereum Layer 2 blockchain optimized for payments and DeFi, offering fast, low‑fee transactions.
Payments
Built‑in support for digital payments.
DeFi Ready
Optimized for decentralized finance applications.
Low Fees
Layer‑2 execution reduces transaction costs.
EVM Compatible
Supports Ethereum smart contracts seamlessly.
Real‑Time Metal L2 Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=METAL', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"METAL": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}