Cryptocurrency data is for personal use only. Data scraping is prohibited and will result in account termination. Read our terms

Back to API Documentation

API Playground

Test live API endpoints with your API key

On-Chain Metrics

Get your API key from Settings → API Access

57 options (57 free, 0 pro)

/api/v1/onchain/mvrv-data

Request Code

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

// Response will appear here after sending a request