Scalable and Developer-Friendly Blockchain
Build and scale dApps with NEAR's secure and efficient blockchain.
Scalability
High transaction throughput and low latency.
Security
Strong security features for user data.
Developer Tools
Comprehensive resources and support for dApp development.
Interoperability
Seamlessly interact with other blockchains and ecosystems.
Live NEAR Pricing Across 12 Global Currencies
Access Near via Uniblock's unified blockchain API. Scalable and Developer-Friendly Blockchain Build and scale dApps with NEAR's secure and efficient blo...
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=NEAR', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"NEAR": {
"btc": 0.00007858,
"eth": 0.00194882,
"bnb": 0.00884226,
"xrp": 8.154918,
"usd": 4.87,
"aud": 7.06,
"cad": 6.57,
"eur": 4.4,
"gbp": 3.66,
"hkd": 37.83,
"jpy": 699.39,
"rub": 466.5
}
}