Smart Economy Blockchain
NEO is a blockchain platform designed for the smart economy, supporting digital assets, digital identity, and smart contracts.
Smart Contracts
Supports programmable decentralized applications.
Digital Identity
Integrates identity solutions into blockchain.
Scalable
Optimized for high‑throughput applications.
Secure
Strong consensus ensures safe execution.
Real‑Time NEO Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=NEO', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"NEO": {"btc":0.00000178,"eth":0.000045,"usd":0.23}}