- calculates ethfinex trading volume
- publishes last daily volume to /api/v1/yesterday
- you can also query by date, i.e. /api/v1/date/2018/12/22
- you can only query for days after 13th of September 2018
- you can only query for days that are already completed (yesterday and before)
- publishes ATH /api/v1/ath
TODO:
-
keep track of all time high volume
-
allow other queries on mongodb
- ATH for symbol volume
- Ask for full date-range ?
-
refactor src/lib folder
npm run develop
Note: you should update .env file with your own INFURA web3 provider address
We have a simple spreadsheet displaying basic historical information available here