
BLAST
About
Connect and scale your applications with ease.
Full Coverage
Stack
Symbol
BLAST
Gas Token
OWCT
Chain ID:
238
Testnet Chain ID:
168587773
Socials
Tools
Real‑Time Blast Network Data
Access Blast via Uniblock's unified blockchain API. Rapid Blockchain Integration Connect and scale your applications with ease.
Code Snippet
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}}