Blockchain for Payments
Stellar is a blockchain ecosystem optimized for payments and remittances, offering fast, low‑fee transactions.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
Payments
Built‑in support for digital transactions.
Fast
Quick transaction finality ensures smooth UX.
Low Fees
Affordable transactions for global users.
Secure
Strong consensus ensures safe execution
Real‑Time Stellar Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XLM', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XLM": {"btc":0.0000456,"eth":0.00123,"usd":7.89}}