Build and scale DeFi applications with Radix's secure blockchain.
Offers fast transaction speeds, ideal for high-demand DeFi applications.
Access comprehensive developer documentation and support, simplifying the development process.
Radix provides advanced security features, protecting your DeFi applications and transactions.
Seamlessly interact with other blockchains and ecosystems.
Uniblock makes Web3 integrations seamless with user-friendly API design, straitforwards SDKs, and meticulously crafted documentation.
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XRD', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"XRD": {
"btc": 2.91519e-7,
"eth": 0.00000726,
"bnb": 0.00003281,
"xrp": 0.03017914,
"usd": 0.01805719,
"aud": 0.02631167,
"cad": 0.0243968,
"eur": 0.01634197,
"gbp": 0.01363121,
"hkd": 0.140359,
"jpy": 2.59,
"rub": 1.73
}
}
One Platform, 50+ chains to build on top of