Achieve scalability and speed with OKTC's cutting-edge technology.
Fast transaction speeds and high throughput.
Strong security features for user data.
Handle large volumes of transactions efficiently.
Comprehensive resources and support for dApp development.
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=OKT', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"OKT": {
"btc": 0.00011524,
"eth": 0.00285832,
"bnb": 0.01295081,
"xrp": 11.950215,
"usd": 7.14,
"aud": 10.36,
"cad": 9.63,
"eur": 6.45,
"gbp": 5.38,
"hkd": 55.49,
"jpy": 1026.22,
"rub": 684.22
}
}
One Platform, 50+ chains to build on top of