Access decentralized APIs for seamless blockchain integration.
POKT Network offers fast transaction speeds, ideal for Web3 applications.
POKT Network provides advanced security features, protecting your Web3 applications and transactions.
Benefit from low transaction fees, making it cost-effective for developers and users.
Access comprehensive developer documentation and support, simplifying the development process.
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=POKT', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"POKT": {
"btc": 5.64875e-7,
"eth": 0.00001407,
"bnb": 0.00006357,
"xrp": 0.05847799,
"usd": 0.03498934,
"aud": 0.050984,
"cad": 0.04727358,
"eur": 0.03166577,
"gbp": 0.02641314,
"hkd": 0.271973,
"jpy": 5.02,
"rub": 3.35
}
}
One Platform, 50+ chains to build on top of