mscheetz / KuCoinApi.Net

KuCoin api access built in .Net Standard
MIT License
6 stars 4 forks source link

GetFills() request returns no data #16

Open lucaswalter opened 5 years ago

lucaswalter commented 5 years ago

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: image

Both uses of this endpoint return no data when called: image

Is it possible that I am missing something when using this endpoint?

Thanks!

mscheetz commented 4 years ago

Sorry for the late response. That endpoint is odd, i'm only getting 5 responses when i run that using my api keys. Not sure what's up with it.