Exchange‑Backed Blockchain for Digital Assets
Hoo Chain is a blockchain ecosystem backed by Hoo Exchange, offering fast, low‑fee transactions and support for DeFi and tokenized assets.
Exchange Integrated
Backed by Hoo Exchange for liquidity support.
Low Fees
Affordable transactions for DeFi and trading.
EVM Compatible
Supports Ethereum smart contracts seamlessly.
Scalable
Handles high‑volume decentralized applications.
Real‑Time Hoo Chain Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=HOO', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"HOO": {"btc":0.00000123,"eth":0.000034,"usd":0.15}}