Connect and scale your applications with ease.
User-friendly API for quick integration.
Access to extensive developer resources and support.
Supports high transaction throughput.
Robust infrastructure ensures consistent performance.
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=BLAST', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"BLAST": {
"btc": 1.49905e-7,
"eth": 0.00000372,
"bnb": 0.00001689,
"xrp": 0.01558008,
"usd": 0.00927527,
"aud": 0.01345603,
"cad": 0.01251381,
"eur": 0.00837803,
"gbp": 0.0069823,
"hkd": 0.072093,
"jpy": 1.33,
"rub": 0.889027
}
}
One Platform, 50+ chains to build on top of