Fast and Secure Blockchain
Achieve speed and security with TON's advanced blockchain technology.
High Performance
Ton offers high transaction throughput, ideal for large-scale DApps.
Low Fees
Benefit from low transaction fees, making it cost-effective for developers and users.
Security
Ton provides advanced security features, protecting your DApps and transactions.
Developer Tools
Access a suite of development tools and resources, simplifying the smart contract development process.
Live TON Pricing for High-Speed Blockchain
Access TON via Uniblock's unified blockchain API. Fast and Secure Blockchain Achieve speed and security with TON's advanced blockchain technology.
INPUT
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));
OUTPUT
{
"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
}
}