
Waves
Partial Coverage
Stack
Symbol
WAVES
Gas Token
Tools
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=WAVES', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"WAVES": {"btc":0.000012,"eth":0.00031,"usd":1.23}}