Bitrue-exchange / Spot-official-api-docs

Official Spot API Documentation
42 stars 27 forks source link

mytrades parameters not working #36

Open neilbirtles opened 1 year ago

neilbirtles commented 1 year ago

startTime, endTime and fromId have no impact on the mytrades API

Also using camel case for these parameters doesnt work - docs should be updated to remove camel case please. Data is returned if using non-camel case parameters but the parameters still have no affect.

Yoruichi commented 1 year ago

We'll check this endpoint. And we plan to provide a new version API in July.

neilbirtles commented 1 year ago

thanks - without this working the only way to get all this trade info (for example for taxes) is to export csv from your web front end. Having this working in the interim would be great.

For you next API version - having the ability to export mytrades for all symbols is essential as otherwise you need knowledge of which symbols you have trades with and there is no way to get this info so the only option is to iterate through every symbol and some trades may have been made with now delisted symbols so its impossible to get a complete list of trades. This was a non-working option in the previous iteration - please bring it back :)

neilbirtles commented 9 months ago

We'll check this endpoint. And we plan to provide a new version API in July.

any news on this?

caiovms commented 4 months ago

Any news on this?

neilbirtles commented 4 months ago

to be fair they didnt say which July they were going to do the update in - fingers crossed its this july - annoying these dont work

caiovms commented 3 months ago

So frustrating, I can't implement pagination, since we don't have the offset parameter as in the deposit and withdraw endpoints and fromId, startTime and endTime don't work.