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

SurfacePurposeAccess
REST APIOn-chain, chart, market, economic, derivatives, and price dataAPI key, with tier and permission checks
DiscoverySupported assets and the public catalogNo key for /api/v1/chains and /api/public/catalog
OpenAPI and MCPMachine-readable discovery and AI tool accessPro
Socket.IOLive market ticks on the /api-ws namespacePro
EmbedsLive chart iframePro 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:

  1. Call GET /api/v1/chains for the complete additive V1 asset inventory and dataThrough.
  2. Call GET /api/v1/onchain/status for metric fields on one asset.
  3. Check the resolution matrix before requesting dataResolution.
  4. Use the API changelog for shipped compatibility notes.
Was this page helpful?