You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
GET /api/v1/orders?status=active returns NONE
When using the above command with 5 orders open, I receive the response:
{'currentPage': 1, 'pageSize': 50, 'totalNum': 0, 'totalPage': 0, 'items': None}
This request previously worked before, so something has changed.
The text was updated successfully, but these errors were encountered:
mo-martin
changed the title
GET /api/v1/orders?status=active No longer returns NONE
GET /api/v1/orders?status=active returns NONE, regardless of active positions.
Aug 9, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
GET /api/v1/orders?status=active returns NONE
When using the above command with 5 orders open, I receive the response:
{'currentPage': 1, 'pageSize': 50, 'totalNum': 0, 'totalPage': 0, 'items': None}
This request previously worked before, so something has changed.
The text was updated successfully, but these errors were encountered: