Chiliz
About
Engage fans with blockchain-based sports and entertainment solutions.
Partial Coverage
Stack
Symbol
CHZ
Gas Token
CHZ
Chain ID:
88888
CHZ Fan Token Pricing Across Global Currencies
Access Chiliz via Uniblock's unified blockchain API. Blockchain for Sports and Entertainment Engage fans with blockchain-based sports and entertainment ...
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=CHZ', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"CHZ": {
"btc": 9.88969e-7,
"eth": 0.00002452,
"bnb": 0.00011113,
"xrp": 0.1025045,
"usd": 0.061278,
"aud": 0.088915,
"cad": 0.082695,
"eur": 0.055359,
"gbp": 0.04614459,
"hkd": 0.476308,
"jpy": 8.81,
"rub": 5.87
}
}