Blockchain for Smart Contracts
Tezos is a blockchain ecosystem optimized for smart contracts and governance.
Smart Contracts
Supports programmable decentralized applications.
Governance
Community‑driven decision‑making.
Secure
Strong consensus ensures safe execution.
Scalable
Handles large‑scale decentralized applications
Real‑Time Tezos Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XTZ', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XTZ": {"btc":0.000021,"eth":0.00054,"usd":2.10}}