Cryptocurrency data is for personal use only. Data scraping is prohibited and will result in account termination. Read our terms
Test any endpoint live with your API key, view real responses, and copy ready-to-use code.
Configure your request below
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.
// 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