Ethereum Layer 2 for Scalable dApps
Mantle is an Ethereum Layer 2 blockchain offering modular architecture, fast execution, and low‑fee transactions for scalable decentralized applications.
Modular
Flexible architecture for custom dApp needs.
Low Fees
Optimized for affordable Layer 2 transactions.
Fast
Quick finality ensures smooth UX.
EVM Compatible
Supports Ethereum smart contracts seamlessly.
Real‑Time Mantle Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=MNT', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"MNT": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}