Cross‑Chain Oracle and Data Protocol
Gravity provides decentralized oracle and cross‑chain data services, enabling secure communication between blockchains and external systems.
Cross‑Chain Oracles
Connects blockchains with external data sources.
Secure
Ensures integrity of transmitted data.
Interoperable
Supports multiple blockchain ecosystems.
Scalable
Handles high‑volume data requests.
Real‑Time Gravity Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=GRAV', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"GRAV": {"btc":0.00000123,"eth":0.000034,"usd":0.15}}