Moonbeam
About
Deploy Ethereum dApps on Polkadot with Moonbeam.
Full Coverage
Stack
Symbol
GLMR
Gas Token
GLMR
Chain ID:
1284
Testnet Chain ID:
1287
Tools
Live GLMR Pricing Across Polkadot and EVM
Access Moonbeam via Uniblock's unified blockchain API. Ethereum-Compatible Smart Contracts Deploy Ethereum dApps on Polkadot with Moonbeam.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=GLMR', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"GLMR": {
"btc": 0.00000265,
"eth": 0.00006579,
"bnb": 0.00029841,
"xrp": 0.27528212,
"usd": 0.16427,
"aud": 0.238313,
"cad": 0.221626,
"eur": 0.148379,
"gbp": 0.12366,
"hkd": 1.28,
"jpy": 23.61,
"rub": 15.75
}
}