One more new issue in the morning was that data returned via “/order/retrieve-all” did not include the status_message key. It caused a big problem for me. Then suddenly after 15-20 minutes, it started working as expected.
This reduces the trust and confidence in robustness of the system, and causes to think about moving away.
Once again issue in API. I’m trying to execute orders in NIFTY and checking margin required. It says incorrect quantity?? How come it is incorrect? It was working finr until Friday
@Rohit_K.A You’re trying to calculate margin for FINNIFTY options, not NIFTY . The lot size for FINNIFTY options is 65 , but the quantity you’ve passed is 600 , which isn’t a valid multiple of the lot size.
Hi @LOKESH_35264392
Migrating to V3 is very straightforward. If you’re using streamer functions, you only need to update the connection classes.
For example, here’s the one for Python: Upstox Python SDK — Market Data Streamer.
If you are decoding data from a proto file, you will need to update it to the following: MarketDataFeed.proto.