Next-Generation Blockchain Platform
Build scalable and secure blockchain applications with ease.
Scalability
Efficiently handle high transaction volumes.
Security
Robust security guarantees for user data.
Developer Tools
Access comprehensive resources and support.
Interoperability
Seamlessly interact with other blockchains.
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.
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
}
}