Blockchain for Sports and Entertainment
Engage fans with blockchain-based sports and entertainment solutions.
Fan Tokens
Enable fan participation and influence in sports teams.
NFTs
Create and trade unique digital collectibles.
Low Fees
Affordable transactions for high engagement.
Secure
Robust security features for digital assets.
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 ...
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
}
}