XDC Network
Full Coverage
Stack
Symbol
XDC
Gas Token
XDC
Chain ID:
50
Testnet Chain ID:
51
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=XDC', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XDC": {"btc":0.0000019,"eth":0.000048,"usd":0.15}}