Unichain
Full Coverage
Stack
Symbol
UNI
Gas Token
ETH
Chain ID:
130
Testnet Chain ID:
1301
Socials
Tools
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=UNI', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"UNI": {"btc":0.000056,"eth":0.00145,"usd":5.67}}