Blockchain for Decentralized Data Feeds
Redstone is a blockchain ecosystem providing decentralized data feeds and oracle services for DeFi and Web3.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
Data Feeds
Provides decentralized oracle services.
DeFi Ready
Optimized for decentralized finance applications.
Secure
Strong consensus ensures safe execution.
Scalable
Handles large‑scale data workloads
Real‑Time Redstone Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=REDSTONE', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"REDSTONE": {"btc":0.00000145,"eth":0.000034,"usd":0.19}}