Interoperable Blockchain for Cross‑Chain Applications
ICON is a blockchain ecosystem focused on interoperability, enabling cross‑chain communication and decentralized applications across multiple networks.
Interoperability
Connects multiple blockchains through ICON’s protocol.
Scalable
Supports high‑throughput decentralized applications.
Low Fees
Affordable transactions for cross‑chain dApps.
Secure
Robust consensus ensures strong security.
Real‑Time ICON Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ICX', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"ICX": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}