Scalable and Secure Blockchain
Achieve scalability and security with Harmony's sharding technology.
Scalability
Sharding technology for high transaction throughput.
Security
Strong security guarantees through effective sharding.
Low Fees
Cost-effective transactions for users.
Interoperability
Seamless interaction with other blockchains.
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...
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
}
}