ChartInspect Documentation
API guides and generated references for ChartInspect market and on-chain data.
ChartInspect provides financial and on-chain data through versioned REST endpoints, Socket.IO market streams, embeddable charts, OpenAPI, and a remote MCP server. The current catalog covers 71 supported assets across 9 networks. Asset, metric, and resolution coverage varies, so use the discovery endpoints instead of maintaining a local list.
#Start Here
- Introduction - Make a first request and understand the available API surfaces.
- API Playground - Build requests, inspect responses, and generate code in the browser.
- Full Endpoint Reference - Browse the generated endpoint, tier, parameter, and response-field inventory.
- Data Resolutions - Check the resolutions actually published for each asset and metric.
- AI Access - Connect OpenAI Responses, ChatGPT, Claude, Cursor, or another MCP client.
- Embeddable Charts - Create a Pro embed and publish a keyless iframe on another site.
#API Surfaces
| Surface | Purpose | Access |
|---|---|---|
| REST API | On-chain, chart, market, economic, derivatives, and price data | API key, with tier and permission checks |
| Discovery | Supported assets and the public catalog | No key for /api/v1/chains and /api/public/catalog |
| OpenAPI and MCP | Machine-readable discovery and AI tool access | Pro |
| Socket.IO | Live market ticks on the /api-ws namespace | Pro |
| Embeds | Live chart iframe | Pro key to create, keyless for viewers |
#Check Coverage and Freshness
Update schedules and available history depend on the source. On-chain responses may be daily, sub-day, block-level, or snapshots, while economic and market series follow their publishers' schedules. Check the following before relying on a dataset:
- Call
GET /api/v1/chainsfor the complete additive V1 asset inventory anddataThrough. - Call
GET /api/v1/onchain/statusfor metric fields on one asset. - Check the resolution matrix before requesting
dataResolution. - Use the API changelog for shipped compatibility notes.
Was this page helpful?