Boba
About
Enhance Ethereum with off-chain compute and lower costs.
Partial Coverage
Stack
Symbol
BOBA
Gas Token
ETH
Chain ID:
288
Testnet Chain ID:
28882
Tools
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.
Code Snippet
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
}
}