
Solana Virtual Machine
Sonic SVM is a Solana Virtual Machine implementation enabling Ethereum‑compatible smart contracts on Solana.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
Solana Native
Built on Solana’s high‑throughput infrastructure.
Low Fees
Affordable transactions for developers.
Scalable
Handles large‑scale decentralized applications
Real‑Time Sonic SVM Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SVM', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SVM": {"btc":0.00000123,"eth":0.000034,"usd":0.15}}