The ChartInspect API provides programmatic access to our financial market data and analytics platform. Whether you're building trading bots, portfolio trackers, or financial dashboards, our API has you covered.
Simple and intuitive REST API with JSON responses for easy integration.
Access live market data with minimal latency for time-sensitive applications.
Enterprise-grade security with 99.9% uptime SLA for production use.
https://chartinspect.com/api/v1daysNumber of days to retrieve (e.g., ?days=30 for last 30 days)limitMaximum number of records to return (max: 10,000)startDateStart date for data range (YYYY-MM-DD format)endDateEnd date for data range (YYYY-MM-DD format)formatResponse format: 'json' (default) or 'csv' (onchain only)Rate limits are enforced per API key and include both hourly and daily limits. Limits are based on your subscription tier.
💡 Check response headers for your current rate limit status: X-RateLimit-Remaining-Hourly and X-RateLimit-Remaining-Daily