-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upgrade to Bybit's v3 APIs (3.0.0) #85
Conversation
This is a work in progress and will not be merged imminently. |
Closes #77 |
@dextertd WDYT, should API reference URL's be included in the codebase as well? |
@ervuks Yes links to the API docs should be included in the docstring of each method but Bybit's API docs will imminently be moving to a new address so it would be wasted work to add the existing doc URLs (they might not all redirect properly). I'm currently working on adding copy trading. If you want to help with other topics, one thing would be to help update the example files for v3, my limited time means I have been focusing on implementing the APIs/WS rather than documenting them properly. Pybit examples will be added to Bybit's new documentation in any case, but fixing the examples in the repo won't hurt. |
Add examples for REST API methods
Add copy trading
Is the webhook part finished already? |
…longer" This reverts commit d481911.
Presuming you mean websocket part, yes it should work for all the modules. Can you share the specific errors here please? |
Those are parts from the error message:
|
@dextertd I just found out that there's Bybit V5 API available. |
Merging this as it is really the latest main version of pybit. However, upgrade to v5 is imminent, and will soon supersede v3. The latest pybit version is 3.0.0rc5, and the first version of v5 will be 5.0.0rc0 (stay in line with Bybit's API, which doesn't have a v4). |
No description provided.