Arbitrum Nova
About
Run high-throughput gaming and social apps on Arbitrum's AnyTrust chain, built for sub-cent fees at scale.
Full Coverage
Stack
Symbol
ARB
Gas Token
ETH
Chain ID:
42170
Testnet Chain ID:
421614
Socials
Real-Time ARB Pricing Across 12 Currencies
Access Arbitrum Nova via Uniblock's unified blockchain API. High-Volume Scaling for Gaming & Social Run high-throughput gaming and social apps on Arbitrum's AnyTrust chain, built for sub-cent fees at scale.
Code Snippet
INPUT
const options = {method: ‘GET’, headers: {accept: ‘application/json’}};
fetch(‘https://api.uniblock.dev/uni/v1/market-data/price?symbol=ARB’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
“ARB”: {
“btc”: 0.000008871,
“eth”: 0.00022,
“bnb”: 0.001,
“xrp”: 0.9166666667,
“usd”: 0.55,
“aud”: 0.79695,
“cad”: 0.74085,
“eur”: 0.4972,
“gbp”: 0.411675,
“hkd”: 4.27,
“jpy”: 78.89,
“rub”: 52.62
}
}