Open Issues Need Help
View All on GitHubAI Summary: Implement a new `/priceChange` API endpoint that returns the price change of a specified token over a given period. The endpoint should accept query parameters for the token symbol, start and end dates (or duration), validate inputs, return results in JSON, and handle errors gracefully.
AI Summary: Implement two new API endpoints, `/price` and `/volume`, for a Fastify/Typescript service. These endpoints should retrieve and return the current price and trading volume of specified tokens, respectively. Input validation, error handling, and consistent JSON responses are required.
AI Summary: Implement reusable functions within a Fastify/TypeScript API to fetch 24-hour volume data for any given cryptocurrency token from CoinGecko's API.
AI Summary: Implement reusable functions within a Fastify/Typescript API service to fetch the 24-hour price change of any given token from CoinGecko's API.