Hi @Moderator_1 !
Please find the request_data I am passing to smartApi.estimateCharges()
{'orders': [{'product_type': 'INTRADAY', 'transaction_type': 'BUY', 'quantity': '25', 'price': '24000', 'exchange': 'NFO', 'symbol_name': 'NIFTY29AUG24FUT', 'token': '35415'}, {'product_type': 'INTRADAY', 'transaction_type': 'SELL', 'quantity': '25', 'price': '24500', 'exchange': 'NFO', 'symbol_name': 'NIFTY29AUG24FUT', 'token': '35415'}]}
The error I received:
Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}