Blockchain for Gaming and Web3
Wemix Network is a blockchain ecosystem optimized for gaming and Web3 applications.
Gaming Ready
Supports blockchain‑based games.
Fast
Quick transaction finality ensures smooth UX.
Low Fees
Affordable transactions for consumer applications.
Scalable
Handles large‑scale gaming workloads
Real‑Time Wemix Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=WEMIX', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"WEMIX": {"btc":0.000034,"eth":0.00087,"usd":3.45}}