
BitTorrent
Partial Coverage
Stack
Symbol
BTT
Gas Token
BTT
Chain ID:
199
Testnet Chain ID:
1028
Socials
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=BTT', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"BTT": {"btc":0.00000012,"eth":0.000004,"usd":0.002}}