Welcome to the Crypto Price API. This service provides real-time and historical cryptocurrency price data.
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:
{ latestPrices(symbols: ["BTCUSDT", "ETHUSDT"]) { symbol price priceChange24h } }{ priceHistory(symbol: "BTCUSDT", interval: "1h") { hour openPrice closePrice } }Health check endpoint. Returns 200 if service is healthy.
Service status information including fetcher status.