Closed its-mohnish closed 3 years ago
A completed bracket order is shown in the response when listOpenBracketOrders is passed as type for getOrders
bitbnsObj.getOrders({'side': 'listOpenBracketOrders', 'symbol': 'XRP', 'page': 0})
{ 'data': [ { 'entry_id': 44912, 'type': 0, 'target_rate': 100, 'limit_rate': 81, 'status': 2, 'quantity': 0.25, 'coin': 1, 'trail': 0.02, 'order_id': 10865255, 'sl_id': 126268, 'entry_rate': 83, 'tried': 0, 'profit': 0, 'amt_total': 0 }, . . ] }
This has been sorted
Describe the problem:
A completed bracket order is shown in the response when listOpenBracketOrders is passed as type for getOrders
Observed Results:
Relevant code exceptions or logs
Code Sample, a copy-pastable example
logs, a copy-pastable example