I am currently trying to retrieve both historical orders and the newer fills after the 2.0 update. I am running into a bit of trouble with the newer GetFills() method.
On my account, I have trade history data from prior to the update and after. The Historical orders endpoint works fine, but I don't get any data back when calling GetFills(). Here are the trades on my account I am trying to retrieve:
Both uses of this endpoint return no data when called:
Is it possible that I am missing something when using this endpoint?
I am currently trying to retrieve both historical orders and the newer fills after the 2.0 update. I am running into a bit of trouble with the newer GetFills() method.
On my account, I have trade history data from prior to the update and after. The Historical orders endpoint works fine, but I don't get any data back when calling GetFills(). Here are the trades on my account I am trying to retrieve:
Both uses of this endpoint return no data when called:
Is it possible that I am missing something when using this endpoint?
Thanks!