Achieve speed and security with TON's advanced blockchain technology.
Ton offers high transaction throughput, ideal for large-scale DApps.
Ton provides advanced security features, protecting your DApps and transactions.
Benefit from low transaction fees, making it cost-effective for developers and users.
Access a suite of development tools and resources, simplifying the smart contract development process.
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=TON', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"TON": {
"btc": 0.00008653,
"eth": 0.00215575,
"bnb": 0.00974344,
"xrp": 8.957595,
"usd": 5.35,
"aud": 7.8,
"cad": 7.23,
"eur": 4.84,
"gbp": 4.04,
"hkd": 41.59,
"jpy": 767.33,
"rub": 512.8
}
}
One Platform, 50+ chains to build on top of