Crypto Data API is a RESTful API that provides access to cryptocurrency data, including coin details, news articles, top gainers and losers, and more.
- Get details of a specific coin
- Retrieve news articles related to cryptocurrencies
- Get the list of top gainers and losers
- Get list of top 100 coins
- Clone the repository:
git clone https://github.com/your-username/crypto-data-api.git
- Install dependencies:
npm install
- Configure the API settings and API keys in the appropriate configuration file.
- Start the server:
npm start
To use the Crypto Data API, send HTTP requests to the appropriate endpoints as described below.
To explore the API endpoints and their detailed descriptions, follow these steps:
- Start the server by running the command:
npm start
. - Once the server is running, open your web browser.
- Visit http://localhost:3000/api-docs to access the Swagger documentation.
- The Swagger documentation provides comprehensive information about each API endpoint, including descriptions, request parameters, and example responses.
Make sure to have the server running before accessing the Swagger documentation. If the server is running on a different port or URL, replace localhost:3000
with the appropriate URL where your API is hosted.
Contributions to the Crypto Data API are welcome! If you find any issues or have suggestions for improvement, please feel free to submit a pull request or open an issue in the repository.