Privacy‑Focused Blockchain by Input Output
Midnight is a privacy‑preserving blockchain developed by Input Output, designed for confidential smart contracts and secure dApps.
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}}