
Yield‑Generating Layer 2 for Ethereum
Blast is an Ethereum Layer 2 offering native yield on ETH and stablecoins, enabling developers to build high‑performance dApps with built‑in economic incentives.
Native Yield
ETH and stablecoins earn yield automatically at the protocol level.
Low Fees
Optimized for affordable transactions ideal for DeFi and gaming.
EVM Compatible
Seamlessly deploy Ethereum smart contracts with no code changes.
High Throughput
Designed for fast execution and scalable decentralized applications.
Real‑Time Blast Network Data
Access Blast via Uniblock's unified blockchain API. Rapid Blockchain Integration Connect and scale your applications with ease.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=BLAST', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"BLAST": {"btc":0.00000321,"eth":0.000089,"usd":0.56}}