Cosmos‑Based Blockchain for Stablecoins
Terra is a Cosmos‑native blockchain optimized for stablecoins and payments.
Stablecoins
Supports decentralized stablecoin issuance.
Cosmos Native
Built on Cosmos SDK with IBC support.
Payments
Built‑in support for digital transactions.
Scalable
Handles large‑scale financial workloads
Real‑Time Terra Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=LUNA', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"LUNA": {"btc":0.000012,"eth":0.00031,"usd":1.23}}