Enhance Ethereum with OP's scalable and efficient Layer 2 solutions.
High transaction throughput and low latency.
Cost-effective transactions for users.
Strong security guarantees through Layer 2 technology.
Access comprehensive resources for building on OP.
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=OP', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"OP": {
"btc": 0.00002694,
"eth": 0.00066894,
"bnb": 0.00303541,
"xrp": 2.799986,
"usd": 1.67,
"aud": 2.42,
"cad": 2.25,
"eur": 1.51,
"gbp": 1.25,
"hkd": 12.96,
"jpy": 239.53,
"rub": 159.77
}
}
One Platform, 50+ chains to build on top of