Smart Contracts on Kusama
Deploy Ethereum-compatible dApps on Kusama with Moonriver.
EVM Compatibility
Deploy Ethereum dApps on Kusama.
Scalability
Experience fast transaction speeds, ideal for high-demand applications.
Security
Robust security features for dApps.
Developer Support
Access comprehensive developer documentation and support, simplifying the development process.
Real-Time MOVR Pricing on Kusama Network
Access Moonriver via Uniblock's unified blockchain API. Smart Contracts on Kusama Deploy Ethereum-compatible dApps on Kusama with Moonriver.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=MOVR', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"MOVR": {
"btc": 0.00015485,
"eth": 0.00385807,
"bnb": 0.01742718,
"xrp": 16.030489,
"usd": 9.59,
"aud": 13.98,
"cad": 12.96,
"eur": 8.68,
"gbp": 7.24,
"hkd": 74.56,
"jpy": 1375.61,
"rub": 919.31
}
}