Reconciling accounts

Crypto account reconciliation is very difficult currently. This is especially true when Poloniex doesn't provide lending fees through their API or export. The only way I found to get this data was via web scraping with Selenium. This process is painful and takes a long time since you have to make it through a 2 factor authentication. In search of a better solution I posted and then solved https://stackoverflow.com/questions/45889957/is-there-an-api-for-poloniex-lending-fees

The following gist should get people 90% of the way to getting their lending fees pragmatically.

Popular Posts