
Blockchain for Gaming and Web3
Odyssey is a blockchain ecosystem designed for gaming and Web3 applications, offering fast, low‑fee transactions and developer‑friendly tools.
Gaming Ready
Optimized for blockchain‑based games.
Fast
Quick transaction finality ensures smooth UX.
Low Fees
Affordable transactions for consumer applications.
Developer Friendly
Provides SDKs and APIs for builders.
Real‑Time Odyssey Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ODYSSEY', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"ODYSSEY": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}