Develop and deploy secure smart contracts with Sui's advanced technology.
Sui offers high transaction throughput, ideal for large-scale DApps.
Access a suite of development tools and resources, simplifying the smart contract development process.
Benefit from low transaction fees, making it cost-effective for developers and users.
Sui provides advanced security features, protecting your DApps and transactions.
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=SUI', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"SUI": {
"btc": 0.00002811,
"eth": 0.00070048,
"bnb": 0.00316455,
"xrp": 2.910085,
"usd": 1.74,
"aud": 2.54,
"cad": 2.35,
"eur": 1.58,
"gbp": 1.31,
"hkd": 13.54,
"jpy": 249.77,
"rub": 166.92
}
}
One Platform, 50+ chains to build on top of