I'm attempting to reconcile trading activity across accounts on several crypto trading platforms including Poloniex.
Poloniex provides the following API https://poloniex.com/support/api/
Using this api I've sourced:
I've noticed the following two issues:
I can survive the Loan Earnings issues by manually exporting since I rarely lend.
The missing Lending Fees however are vary annoying. If anyone knows of a hidden Endpoint, or an argument I need to pass to returnTradeHistory let me know.
Thanks
Still no official reply from Poloniex, but this is a gist of what's working for me.
http://www.currencyprospector.com/2017/08/reconciling-accounts.html
Basically web scraping with Python Selenium complete with login and 2factor auth.
Would be great if Poloniex provided an official API solution.