We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c5b9a commit 020d2a4Copy full SHA for 020d2a4
API/Endpoints/TradeEndpoint.py
@@ -56,7 +56,7 @@ def post(self, id=None):
56
57
strategies = self.get_strategies(id)
58
59
- if not strategies:
+ if not strategies and id != '0':
60
return APIResult.ErrorResult(101, msg='No strategies were found'), 404
61
62
action = action.lower()
0 commit comments