Linea
About
Build scalable and secure blockchain applications with ease.
Full Coverage
Stack
Symbol
LINEA
Gas Token
ETH
Chain ID:
59144
Testnet Chain ID:
59141
Live Linea Token Pricing via Unified API
Access Linea via Uniblock's unified blockchain API. Next-Generation Blockchain Platform Build scalable and secure blockchain applications with ease.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?id=cmc%3Alinea', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"cmc:linea": {
"btc": 5.08789e-7,
"eth": 0.00001268,
"bnb": 0.00005726,
"xrp": 0.05266479,
"usd": 0.03151466,
"aud": 0.04592096,
"cad": 0.04257899,
"eur": 0.02852115,
"gbp": 0.02379013,
"hkd": 0.244964,
"jpy": 4.52,
"rub": 3.02
}
}