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

Implementation of Bybit V5 unified API #801

Merged
merged 1 commit into from
Apr 2, 2023
Merged

Conversation

TarasMi
Copy link
Contributor

@TarasMi TarasMi commented Apr 1, 2023

Implemented main private and public methods, some public (candles and orderbook) and private WebSockets.
A decision was made to split spot, inverse, linear, and option branches into different APIs because:

  1. market symbols intersect,
  2. there is no method to get all the markets (all orders, all positions) from different branches in one call. Branches behave as separate exchanges.

Implemented main private and public methods, some public (candles and orderbook) and private WebSockets. A decision was made to split spot, inverse, linear, and option branches into different APIs because: 1) market symbols intersect, 2) there are no any method to get all the markets (all orders, all positions) from different branches in one call. Branches behave as separate exchanges.
Copy link
Collaborator

@vslee vslee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@vslee vslee merged commit eb51abd into DigitalRuby:master Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants