Blockchain for NFTs and Gaming
WAX is a blockchain ecosystem optimized for NFTs, gaming, and digital collectibles.
NFT Focused
Optimized for minting and trading NFTs.
Gaming Ready
Supports blockchain‑based games.
Low Fees
Affordable transactions for creators and players.
Scalable
Handles large‑scale NFT and gaming workloads
Real‑Time WAX Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=WAXP', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"WAXP": {"btc":0.0000028,"eth":0.000071,"usd":0.28}}