OKTC
About
Achieve scalability and speed with OKTC's cutting-edge technology.
Partial Coverage
Stack
Symbol
OKT
Gas Token
OKT
Chain ID:
66
Testnet Chain ID:
65
Socials
Tools
Live OKT Pricing for High-Performance Chains
Access OKTC via Uniblock's unified blockchain API. High-Performance Blockchain Achieve scalability and speed with OKTC's cutting-edge technology.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=OKT', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"OKT": {
"btc": 0.00011524,
"eth": 0.00285832,
"bnb": 0.01295081,
"xrp": 11.950215,
"usd": 7.14,
"aud": 10.36,
"cad": 9.63,
"eur": 6.45,
"gbp": 5.38,
"hkd": 55.49,
"jpy": 1026.22,
"rub": 684.22
}
}