Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratik9998/koinx-backend-assignment

This is the backend assignment from KoinX.
https://github.com/pratik9998/koinx-backend-assignment

backend coingecko-api express mongoose node-schedule nodejs

Last synced: 8 days ago
JSON representation

This is the backend assignment from KoinX.

Awesome Lists containing this project

README

        

# KoinX-Backend-Assignment
This is the backend assignment from KoinX.

- [Assignment Statement](https://koinx.notion.site/KoinX-Backend-Internship-Assignment-119da378a24380e79505e883cd798e1d)

## Deployment Link
- [KoinX Backend Assignment Deployment](https://koin-x-backend-assignment-1htb.vercel.app)

## API Endpoints

### Get the Current Stat of Any Coin
To get the current stat of a coin, use the following endpoint:
Example for Bitcoin:
`https://koin-x-backend-assignment-1htb.vercel.app/api/v1/stats?coin=bitcoin`

### Get Deviation of a Coin
To get the deviation of a coin, use the following endpoint:
Example for Ethereum:
`https://koin-x-backend-assignment-1htb.vercel.app/api/v1/deviation?coin=ethereum`