Blockchain for DeFi
Tenet is a blockchain ecosystem optimized for DeFi, offering fast, low‑fee transactions and scalable infrastructure.
DeFi Ready
Supports decentralized finance applications.
Fast
Quick transaction finality ensures smooth UX.
Low Fees
Affordable transactions for high‑volume activity.
Scalable
Handles large‑scale financial workloads
Real‑Time Tenet Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=TENET', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"TENET": {"btc":0.0000045,"eth":0.00011,"usd":0.45}}