Blockchain for IoT Applications
Secure and scalable blockchain for Internet of Things.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
IoT Integration
Seamless integration with IoT devices and applications.
Security
Strong cryptographic guarantees for IoT data.
Scalability
Handle large volumes of IoT transactions.
Developer Tools
Comprehensive resources for building IoT dApps.
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.
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
}
}