Blockchain for Web3 Growth
Rise is a blockchain ecosystem designed for Web3 growth, offering fast, low‑fee transactions and developer‑friendly tools.
Fast
Optimized for quick transaction finality.
Low Fees
Affordable transactions for consumer applications.
Developer Friendly
Provides SDKs and APIs for builders.
Scalable
Supports large‑scale decentralized applications
Real‑Time Rise Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=RISE', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"RISE": {"btc":0.00000123,"eth":0.000034,"usd":0.15}}