Experimental Network for Polkadot
Kusama is Polkadot’s canary network, enabling developers to test and deploy parachains and applications in a live, experimental environment.
Experimental
Serves as Polkadot’s live test network.
Parachain Ready
Supports parachain deployment and testing.
Fast
Quick governance and upgrades compared to Polkadot.
Scalable
Handles high‑volume decentralized applications.
Real‑Time Kusama Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=KSM', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"KSM": {"btc":0.0000123,"eth":0.000345,"usd":2.34}}