Create and trade NFTs on a sustainable blockchain.
Energy-efficient blockchain technology.
Strong security features for digital collectibles.
Handle large volumes of NFT transactions.
Access comprehensive resources for building on Palm.
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=PALM', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"PALM": {
"btc": 0.00000778,
"eth": 0.000193,
"bnb": 0.00087463,
"xrp": 0.80654873,
"usd": 0.482351,
"aud": 0.699901,
"cad": 0.650938,
"eur": 0.435759,
"gbp": 0.36323,
"hkd": 3.75,
"jpy": 69.34,
"rub": 46.23
}
}
One Platform, 50+ chains to build on top of