
Bitcoin
Full Coverage
Stack
Symbol
BTC
Gas Token
BTC
Chain ID:
8086
Socials
Tools
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=BTC', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"BTC": {"btc":1,"eth":16.2,"usd":56000.45}}