World
Full Coverage
Stack
Symbol
WLD
Gas Token
ETH
Chain ID:
480
Testnet Chain ID:
4801
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=WLD', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"WLD": {"btc":0.000045,"eth":0.0012,"usd":8.90}}