Skip to content

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