EVM-Compatible Cosmos Chain
Combine Ethereum smart contracts with Cosmos interoperability.
EVM Compatibility
Deploy Ethereum dApps on Cosmos.
Interoperability
Connect with other Cosmos-based blockchains.
Scalability
Handle high transaction volumes efficiently.
Developer Support
Access tools and resources for seamless integration.
Real-Time EVMOS Pricing Across Cosmos and EVM
Access EVMOS via Uniblock's unified blockchain API. EVM-Compatible Cosmos Chain Combine Ethereum smart contracts with Cosmos interoperability.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=EVMOS', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"EVMOS": {
"btc": 2.84181e-7,
"eth": 0.00000706,
"bnb": 0.00003202,
"xrp": 0.02953227,
"usd": 0.01760758,
"aud": 0.02554408,
"cad": 0.02375541,
"eur": 0.01590431,
"gbp": 0.01325476,
"hkd": 0.136856,
"jpy": 2.53,
"rub": 1.69
}
}