
Blockchain for Decentralized Finance
Libre is a blockchain ecosystem optimized for DeFi, offering fast, low‑fee transactions and secure smart contract execution.
DeFi Ready
Supports decentralized finance applications.
Low Fees
Affordable transactions for high‑volume activity.
Secure
Strong consensus ensures safe execution.
Scalable
Handles large‑scale financial workloads.
Real‑Time Libre Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=LIBRE', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"LIBRE": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}