
Mobile‑Friendly Blockchain for Decentralized Applications
Enecuum is a lightweight blockchain designed for mobile devices, enabling decentralized applications with low fees and accessible participation.
Mobile First
Optimized for smartphones and lightweight devices.
Low Fees
Affordable transactions for global accessibility.
Secure
Uses hybrid consensus for strong security.
Accessible
Designed for inclusion in emerging markets.
Real‑Time Enecuum Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ENQ', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"ENQ": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}