Blockchain for Web3 Data Economy
Vana is a blockchain ecosystem designed for the data economy, enabling decentralized data ownership and monetization.
Data Ownership
Supports decentralized control of user data.
Monetization
Enables data‑driven financial applications.
Interoperable
Connects with multiple blockchain ecosystems.
Scalable
Handles large‑scale data workloads
Real‑Time Vana Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=VANA', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"VANA": {"btc":0.0000023,"eth":0.000056,"usd":0.19}}