Privacy‑Focused Blockchain by Input Output
Midnight is a privacy‑preserving blockchain developed by Input Output, designed for confidential smart contracts and secure dApps.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
Privacy Preserving
Zero‑knowledge proofs protect sensitive data.
Confidential Contracts
Supports secure smart contract execution.
Secure
Strong cryptography ensures safe transactions.
Scalable
Handles large‑scale confidential workloads.
Real‑Time Midnight Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=MIDNIGHT', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"MIDNIGHT": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}