Microservice to keep track of lending / borrowing rates across some services (dydx, compound, bzx) with some endpoints to query this data.
We are using tslint, please install it in your IDE. If using Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=eg2.tslint
npm install && npm run dev
npm install && npm test
npm run script
- [GET] /rates
- [GET] /rates/:tokenSymbol
- [GET] /rates/:tokenSymbol/:provider
- [GET] /stock/:ticker
daily
- [GET] /stock/:ticker/weekly
weekly
- [GET] /stock/:ticker/monthly
monthly
npm install && npm build && npm start