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

Back to API Docs
Live API Testing

API Playground

Test any endpoint live with your API key, view real responses, and copy ready-to-use code.

On-Chain Metrics

Configure your request below

Get yours from Settings → API Access

Loading...

/api/v1/onchain/mvrv-data

Code Snippets

Updates live as you configure

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);

Snippets update automatically as you change form parameters.

Response

// Send a request to see the response here

// Example:
// 1. Enter your API key above
// 2. Select an endpoint from the dropdown
// 3. Optionally set days/limit parameters
// 4. Click "Send Request"

Real API response will appear above

ChartInspect - Bitcoin & Cryptocurrency On-Chain Analytics Platform