Cross-Chain Compatibility
Deploy smart contracts that interact with various blockchains, leveraging Polkadot's interoperability.
Scalable Infrastructure
Utilize Astar's scalable network to support high-performance DApps without congestion issues.
Developer-Friendly Tools
Access a suite of development tools and resources, simplifying the smart contract development process.
Secure Environment
Benefit from Polkadot's shared security model, ensuring your smart contracts are protected against attacks.
Live ASTR Market Data Across Global Currencies
Access Astar via Uniblock's unified blockchain API. Multi-Chain DApp Hub Build dApps across multiple blockchains seamlessly.
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ASTR', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"ASTR": {
"btc": 0.00000102,
"eth": 0.00002541,
"bnb": 0.00011514,
"xrp": 0.10607911,
"usd": 0.063537,
"aud": 0.092193,
"cad": 0.085743,
"eur": 0.057399,
"gbp": 0.04784563,
"hkd": 0.493866,
"jpy": 9.13,
"rub": 6.09
}
}