Tenet
Full Coverage
Stack
Symbol
TENET
Gas Token
TENET
Chain ID:
1559
Official Links
Tools
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=TENET', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"TENET": {"btc":0.0000045,"eth":0.00011,"usd":0.45}}