bybit-exchange / pybit

Official Python3 API connector for Bybit's HTTP and WebSockets APIs.
Other
340 stars 113 forks source link

GET /v5/execution/list has been moved, needs update in pybit #221

Closed lautaromss closed 2 days ago

lautaromss commented 3 weeks ago

the /v5/execution/list has been moved in the docs from the "positions" section to the "trades" section (here https://bybit-exchange.github.io/docs/v5/order/execution)

but in the official python implementation they haven't made this update and the function's comment now links to a broken page https://github.com/bybit-exchange/pybit/blob/master/pybit/_v5_position.py#L218

the broken page linked in the code is: https://bybit-exchange.github.io/docs/v5/position/execution

apart from that, the function works correctly I think