EVM‑Compatible Smart Contract Platform on Horizen
Horizen EON is an Ethereum‑compatible smart contract sidechain built on Horizen, enabling scalable dApps with low fees and strong security.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
Secure
Anchored to Horizen’s robust blockchain ecosystem.
Low Fees
Optimized for affordable dApp activity.
Scalable
Supports high‑throughput decentralized applications.
Monitor Horizen EON token pricing and network performance through Uniblock’s real‑time API.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=EON', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"EON": {"btc":0.0000123,"eth":0.000345,"usd":2.34}}