
TTcoin Smart Chain
Partial Coverage
Stack
Gas Token
TC
Chain ID:
330844
Official Links
Socials
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=TT', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"TT": {"btc":0.00000000045,"eth":0.000000012,"usd":0.000003}}