Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

my_position() uses symbol to determine endpoint path, but it's not a required param #47

Closed
dextertd opened this issue Jul 24, 2021 · 1 comment

Comments

@dextertd
Copy link
Collaborator

As symbol is not a required parameter for all Futures position/list endpoints, this means that /v2/private/position/list is called by default; but this is not necessarily intended by the user.

Also, this means that it's not possible to call other endpoints without specifying a symbol, so it's impossible to receive a response detailing multiple symbols.

This is unfortunately as it means this method will need a special way to know which endpoint path to use.

https://bybit-exchange.github.io/docs/inverse/#t-myposition

@dextertd
Copy link
Collaborator Author

Fixed by abd7e3d

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

No branches or pull requests

1 participant