TON
About
Achieve speed and security with TON's advanced blockchain technology.
Partial Coverage
Stack
Symbol
TON
Gas Token
Socials
Tools
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.
Code Snippet
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
}
}