Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of V1-V3 REST APIs #375

Closed
tiagosiebler opened this issue Sep 30, 2024 · 7 comments
Closed

Deprecation of V1-V3 REST APIs #375

tiagosiebler opened this issue Sep 30, 2024 · 7 comments

Comments

@tiagosiebler
Copy link
Owner

No description provided.

@tiagosiebler
Copy link
Owner Author

V5 is the new standard and has been the current version for a while now. Do the old v3 etc endpoints even work anymore? If not, it's time to remove tests + rest clients for any old versions. Also websockets, if those versions don't work anymore. Trim out dead code.

@baoanhng
Copy link

baoanhng commented Oct 5, 2024

I also have the same question.

@tiagosiebler
Copy link
Owner Author

@baoanhng Once the old endpoints are fully phased out, we will start removing the old functionality. Bybit's API docs have already phased out all the v3 endpoints, except for the Tax API (we will review whether to have this as a separate feature in the SDK).

For anyone using the SDK with the older endpoints, it's important to transition to V5 as soon as you can. V3 has been deprecated for a while now and an increasing number of endpoints are no longer functional.

@JJ-Cro
Copy link
Contributor

JJ-Cro commented Oct 23, 2024

What should we do with this, did we check it?

@tiagosiebler
Copy link
Owner Author

@JJ-Cro bybit is gradually turning off all the old (pre-v5) APIs. We need to see if the remaining APIs still work. If not, we can look at removing old endpoints from the SDK that aren't usable anymore. Requires some testing... easy to start with the public ones.

@tiagosiebler
Copy link
Owner Author

Deprecation notices added to old REST clients in #387 - old pre-v5 APIs are expected to stop working around the end of this year. Anyone still using the old REST APIs should look to transition to V5 APIs as soon as possible. Some time early 2025 we will remove those old REST clients completely.

@tiagosiebler tiagosiebler changed the title Bybit, any point in keeping anything not v5? Deprecation of V1-V3 REST APIs Oct 28, 2024
@tiagosiebler
Copy link
Owner Author

I've received confirmation from bybit that almost all of these are now offline. The one endpoint that still exists, I'll keep in place, but it may stop working at any moment.

All remaining v1-v3 REST API & WebSocket integration for bybit will be removed in the next major release, as part of the upgrades in #398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants