tiagosiebler / bitget-api

Node.js SDK for the Bitget APIs and WebSockets, with TypeScript & browser support.
MIT License
45 stars 27 forks source link

Add V2 copy trading endpoints #28

Closed bongkook closed 2 months ago

bongkook commented 11 months ago

hello. Thank you for developing great open source. There is no Copy Trading endpoint in the V2 API. Is it possible to add it?

tiagosiebler commented 11 months ago

Hi @bongkook

Not implemented yet: https://github.com/tiagosiebler/bitget-api/blob/master/src/rest-client-v2.ts#L869

Definitely possible to add it, just need to work on it.

bongkook commented 11 months ago

thank you for the reply. I'll be waiting.

tiagosiebler commented 11 months ago

Let's keep this open as a reminder, so it doesn't get lost. Thx

HugForLuck commented 6 months ago

Is there an estimation when this endpoint will be added?

bongkook commented 6 months ago

I hope it gets added as soon as possible. thank you.

JJ-Cro commented 2 months ago

Hey, for all wondering, I have submitted a PR with updates, it should include all V2 endpoints now. Waiting for review and should be up quick!

Sorry for waiting this long, I hope you will find the use of the new update :)

tiagosiebler commented 2 months ago

Fixed in 2.0.9, thanks to @JJ-Cro via #39