Blockchain for Machine Economy
Peaq is a blockchain ecosystem designed for the machine economy, enabling decentralized applications for IoT, devices, and autonomous systems.
Machine Economy
Supports IoT and autonomous device applications.
Interoperable
Connects with multiple blockchain ecosystems.
Fast
Optimized for quick transaction finality.
Scalable
Scalable
Real‑Time Peaq Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=PEAQ', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"PEAQ": {"btc":0.00000089,"eth":0.000023,"usd":0.12}}