Harmony Shard Zero
About
Achieve scalability and security with Harmony's sharding technology.
Partial Coverage
Stack
Symbol
ONE
Gas Token
ONE
Chain ID:
1666600000
Testnet Chain ID:
1666700000
Socials
Tools
Live ONE Pricing Across Sharded Infrastructure
Access Harmony Shard Zero via Uniblock's unified blockchain API. Scalable and Secure Blockchain Achieve scalability and security with Harmony's sharding...
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ONE', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"ONE": {
"btc": 2.01962e-7,
"eth": 0.00000501,
"bnb": 0.00002275,
"xrp": 0.02096886,
"usd": 0.01251647,
"aud": 0.01815818,
"cad": 0.0168867,
"eur": 0.01130569,
"gbp": 0.00942224,
"hkd": 0.097285,
"jpy": 1.8,
"rub": 1.2
}
}