Hybrid Compute
Offload complex computations to reduce costs.
Scalability
Increase transaction throughput and speed.
Lower Fees
Reduce transaction costs for users and developers.
Developer Tools
Access comprehensive resources for building on Boba.
Live BOBA Pricing Across 12 Currencies
Access Boba via Uniblock's unified blockchain API. Hybrid Compute Layer 2 Enhance Ethereum with off-chain compute and lower costs.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=BOBA', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"BOBA": {
"btc": 0.00000365,
"eth": 0.00009053,
"bnb": 0.00041101,
"xrp": 0.37901176,
"usd": 0.22612,
"aud": 0.328041,
"cad": 0.305071,
"eur": 0.204246,
"gbp": 0.17022,
"hkd": 1.76,
"jpy": 32.49,
"rub": 21.67
}
}