Cross‑Chain Smart Contract Platform for DeFi
Clover provides a multi‑chain smart contract environment with EVM compatibility and cross‑chain interoperability for DeFi applications.
Cross‑Chain
Supports seamless interoperability across multiple networks.
EVM Compatible
Deploy Ethereum smart contracts with ease.
Low Fees
Optimized for affordable DeFi transactions.
Scalable
Built for high‑performance decentralized applications.
Real‑Time Clover Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=CLV', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"CLV": {"btc":0.00000178,"eth":0.000045,"usd":0.23}}