Eco-Friendly
Energy-efficient blockchain technology.
Scalability
Handle large volumes of NFT transactions.
Security
Strong security features for digital collectibles.
Developer Support
Access comprehensive resources for building on Palm.
Real-Time PALM NFT Token Pricing via Uniblock
Access Palm via Uniblock's unified blockchain API. Eco-Friendly NFT Platform Create and trade NFTs on a sustainable blockchain.
INPUT
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));
OUTPUT
{
"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
}
}