Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.23 KB

EFX Trustless Daily Volume

  • 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

Developing

  1. npm run develop

Note: you should update .env file with your own INFURA web3 provider address

Trustless Volume Spread Sheet

We have a simple spreadsheet displaying basic historical information available here

You can also deploy your own version to heroku

Deploy to Heroku