Build and scale dApps with NEAR's secure and efficient blockchain.
High transaction throughput and low latency.
Comprehensive resources and support for dApp development.
Strong security features for user data.
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=NEAR', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
{
"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
}
}
One Platform, 50+ chains to build on top of