MegaETH
About
Get millisecond block times and six-figure throughput on an Ethereum L2 engineered for real-time applications.
Full Coverage
Stack
Symbol
MEGA
Gas Token
ETH
Chain ID:
4326
Testnet Chain ID:
6342
Socials
Real-Time MEGA Pricing Across 12 Currencies
Access MegaETH via Uniblock's unified blockchain API. The First Real-Time Blockchain Get millisecond block times and six-figure throughput on an Ethereum L2 engineered for real-time applications.
Code Snippet
INPUT
const options = {method: ‘GET’, headers: {accept: ‘application/json’}};
fetch(‘https://api.uniblock.dev/uni/v1/market-data/price?symbol=MEGA’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
“MEGA”: {
“btc”: 0.0000004839,
“eth”: 0.000012,
“bnb”: 0.0000545455,
“xrp”: 0.05,
“usd”: 0.03,
“aud”: 0.04347,
“cad”: 0.04041,
“eur”: 0.02712,
“gbp”: 0.022455,
“hkd”: 0.2328,
“jpy”: 4.30,
“rub”: 2.87
}
}