Bitcoin‑Anchored Smart Contract Platform
Stacks is a blockchain ecosystem bringing smart contracts and dApps to Bitcoin.
Smart Contracts
Supports programmable decentralized applications.
Bitcoin Anchored
Secured by Bitcoin blockchain.
DeFi Ready
Optimized for decentralized finance.
Scalable
Handles large‑scale decentralized applications
Real‑Time Stacks Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=STX', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"STX": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}