Cryptocurrency data is for personal use only. Data scraping is prohibited and will result in account termination. Read our terms
Copy to your code editor
// Fetch mvrv-data data
const response = await fetch('https://chartinspect.com/api/v1/onchain/mvrv-data', {
headers: {
'X-API-Key': 'ci_live_your_api_key_here'
}
});
const data = await response.json();
console.log(data);The code above updates automatically as you change the form parameters. Click "Copy" to paste it directly into your code editor.
// Response will appear here after sending a request