Deploy Ethereum-compatible dApps on Kusama with Moonriver.
Deploy Ethereum dApps on Kusama.
Robust security features for dApps.
Experience fast transaction speeds, ideal for high-demand applications.
Access comprehensive developer documentation and support, simplifying the development process.
Uniblock makes Web3 integrations seamless with user-friendly API design, straitforwards SDKs, and meticulously crafted documentation.
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));
{
"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
}
}
One Platform, 50+ chains to build on top of