
The Original Decentralized Digital Currency
Bitcoin is a secure, decentralized peer‑to‑peer network enabling trustless digital payments secured by Proof‑of‑Work consensus.
Secure
Backed by the world’s largest decentralized Proof‑of‑Work network.
Decentralized
No central authority controls the network or monetary policy.
Store of Value
Widely recognized as digital gold for long‑term value preservation.
Global
Used worldwide for payments, remittances, and financial sovereignty.
Real‑Time Bitcoin Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=BTC', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"BTC": {"btc":1,"eth":16.2,"usd":56000.45}}