tiagosiebler/bybit-api

Is there a V5 method: Get Long Short Ratio ?

Simon1093 opened this issue · 3 comments

Hi! Is there a V5 method: Get Long Short Ratio ? Couldn't find it. Found only in V3 LinearClient -> getLongShortRatio(...)

V5 Method: https://bybit-exchange.github.io/docs/v5/market/long-short-ratio

It appears that the feature has not been implemented yet. As a temporary workaround, you might consider sending a GET request to the API URL

Looks like it's missing. PR would be very welcome! Otherwise I'll do my best to add it in the next batch of changes. If anything else is missing please let us know.

Will be added in v3.10.3 via #343

If any other endpoints are missing or outdated, please feel free to log more issues. Thanks!