Tezos‑Based EVM Layer for Scalable dApps
Etherlink is an EVM‑compatible Layer 2 built on Tezos, offering fast, low‑fee transactions and seamless Ethereum interoperability.
EVM Compatible
Deploy Ethereum smart contracts on Tezos.
Low Fees
Optimized for affordable dApp activity.
Fast
Quick finality ensures smooth UX.
Interoperable
Connects Ethereum and Tezos ecosystems.
Real‑Time Etherlink Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ELK', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"ELK": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}