Modular Blockchain for Rollups and Interoperability
Initia is a modular blockchain ecosystem designed for rollups, interoperability, and scalable decentralized applications.
Modular
Supports customizable rollups and execution layers.
Interoperable
Connects seamlessly with multiple blockchain ecosystems.
Scalable
Optimized for high‑throughput decentralized applications.
Developer Friendly
Provides SDKs and APIs for builders.
Real‑Time Initia Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=INIT', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"INIT": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}