
NeuroWeb
About
NeuroWeb anchors the OriginTrail Decentralized Knowledge Graph, recording provenance for AI training data and model outputs.
Full Coverage
Stack
Symbol
NEURO
Gas Token
NEURO
Tools
Real-Time NEURO Pricing Across 12 Currencies
Access NeuroWeb via Uniblock's unified blockchain API. A Blockchain for Verifiable AI Knowledge NeuroWeb anchors the OriginTrail Decentralized Knowledge Graph, recording provenance for AI training data and model outputs.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=NEURO', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"NEURO": {
"btc": 0.0000015,
"eth": 0.0000373,
"bnb": 0.00017,
"xrp": 0.156,
"usd": 0.0938,
"aud": 0.136,
"cad": 0.127,
"eur": 0.0847,
"gbp": 0.0708,
"hkd": 0.729,
"jpy": 13.4,
"rub": 8.98
}
}