Crypto Price API

Welcome to the Crypto Price API. This service provides real-time and historical cryptocurrency price data.

Endpoints

GET/POST /graphql*

GraphQL endpoint for querying price data. Accepts any path starting with /graphql (e.g., /graphql, /graphql/, /graphql/query). Supports GraphiQL interface for interactive queries.

Example queries:

GET /health

Health check endpoint. Returns 200 if service is healthy.

GET /status

Service status information including fetcher status.

Features

Open GraphiQL Interactive Query Interface