Iotex
About
Secure and scalable blockchain for Internet of Things.
Partial Coverage
Stack
Symbol
IOTX
Gas Token
IOTX
Chain ID:
4689
Testnet Chain ID:
4690
Tools
Real-Time IOTX Pricing for IoT Applications
Access Iotex via Uniblock's unified blockchain API. Blockchain for IoT Applications Secure and scalable blockchain for Internet of Things.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=iotx', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"IOTX": {
"btc": 6.59178e-7,
"eth": 0.00001635,
"bnb": 0.00007424,
"xrp": 0.06843969,
"usd": 0.04085218,
"aud": 0.059266,
"cad": 0.055116,
"eur": 0.03690034,
"gbp": 0.03075299,
"hkd": 0.317526,
"jpy": 5.87,
"rub": 3.92
}
}