
Blockchain for Financial Services and Asset Tokenization
Provenance is a blockchain ecosystem focused on financial services, enabling asset tokenization, lending, and banking applications.
Financial Focused
Tailored for banking and asset tokenization.
Secure
Strong consensus ensures safe execution.
Scalable
Handles large‑scale financial workloads.
Interoperable
Connects with multiple blockchain ecosystems.
Real‑Time Provenance Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=HASH', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"HASH": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}