I currently get below response once I place the order ..
'code': 200, 'message': '', 'data': [{'statusCode': 200, 'body': {'code': 1101, 'message': 'Successfully placed order', 's': 'ok', 'id': '123123123'}, 'statusDescription': 'OK'}, {'statusCode': 200, 'body': {'code': 1101, 'message': 'Successfully placed order', 's': 'ok', 'id': '123123123'}, 'statusDescription': 'OK'}], 's': 'ok'}
I want to get the trades price , qty and other details in response...how to do it ? is there any other function whcih returns all information along with order status ?