Build secure and decentralized prediction markets.
Strong cryptographic guarantees for user funds.
Transparent processes and outcomes.
Fully decentralized platform for predictions.
Comprehensive resources for building prediction 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=GNO', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"GNO": {
"btc": 0.00256739,
"eth": 0.06367411,
"bnb": 0.28914454,
"xrp": 266.561,
"usd": 159.11,
"aud": 230.83,
"cad": 214.67,
"eur": 143.72,
"gbp": 119.78,
"hkd": 1236.71,
"jpy": 22864,
"rub": 15250.8
}
}
One Platform, 50+ chains to build on top of