
IOTA‑Based Smart Contract Platform
ShimmerEVM is an EVM‑compatible smart contract platform built on IOTA’s Shimmer network.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
IOTA Native
Built on Shimmer network.
Low Fees
Affordable transactions for developers.
Scalable
Handles large‑scale decentralized applications
Real‑Time ShimmerEVM Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SMR', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SMR": {"btc":0.00000145,"eth":0.000034,"usd":0.19}}