Cross‑Chain Oracle Network
Supra is a blockchain ecosystem providing cross‑chain oracle services for DeFi and Web3.
Oracles
Provides decentralized data feeds.
Cross‑Chain
Connects multiple blockchain ecosystems.
DeFi Ready
Optimized for decentralized finance applications.
Scalable
Handles large‑scale data workloads
Real‑Time Supra Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SUPRA', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SUPRA": {"btc":0.00000178,"eth":0.000045,"usd":0.23}}