Ku Coin
Partial Coverage
Stack
Symbol
KCS
Gas Token
Chain ID:
321
Testnet Chain ID:
322
Official Links
Socials
Tools
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=KCS', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"KCS": {"btc":0.0000456,"eth":0.00123,"usd":7.89}}