Secure and scalable blockchain for Internet of Things.
Seamless integration with IoT devices and applications.
Handle large volumes of IoT transactions.
Strong cryptographic guarantees for IoT data.
Comprehensive resources for building IoT dApps.
Uniblock makes Web3 integrations seamless with user-friendly API design, straitforwards SDKs, and meticulously crafted documentation.
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));
{
"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
}
}
One Platform, 50+ chains to build on top of