Ronin
About
Powering the next generation of blockchain gaming applications.
Full Coverage
Stack
Symbol
RON
Gas Token
RON
Chain ID:
2020
Testnet Chain ID:
202601
Socials
Tools
Real-Time RON Gaming Chain Pricing Data
Access Ronin via Uniblock's unified blockchain API. Blockchain for Gaming Powering the next generation of blockchain gaming applications.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=RON', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"RON": {
"btc": 0.00002696,
"eth": 0.00067181,
"bnb": 0.00303507,
"xrp": 2.791013,
"usd": 1.67,
"aud": 2.43,
"cad": 2.26,
"eur": 1.51,
"gbp": 1.26,
"hkd": 12.98,
"jpy": 239.55,
"rub": 160.09
}
}