Scalable Ethereum Layer 2
Enhance Ethereum with Metis' scalable and efficient Layer 2 solutions.
Scalability
High transaction throughput and low latency.
Security
Strong security guarantees through Layer 2 technology.
Low Fees
Cost-effective transactions for users.
Developer Support
Access comprehensive resources for building on Metis.
Real-Time METIS Layer 2 Pricing in One Call
Access Metis via Uniblock's unified blockchain API. Scalable Ethereum Layer 2 Enhance Ethereum with Metis' scalable and efficient Layer 2 solutions.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=METIS', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"METIS": {
"btc": 0.00055988,
"eth": 0.0138886,
"bnb": 0.06299474,
"xrp": 58.112,
"usd": 34.68,
"aud": 50.31,
"cad": 46.79,
"eur": 31.32,
"gbp": 26.1,
"hkd": 269.53,
"jpy": 4983.07,
"rub": 3323.79
}
}