
Blockchain Infrastructure for Payments
Rails Network is a blockchain ecosystem designed for payments, offering fast, low‑fee transactions and secure infrastructure.
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 Rails Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=RAILS', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"RAILS": {"btc":0.00000123,"eth":0.000034,"usd":0.12}}