I filled the payload details and used authenticate api but the result is empty with status 200. Even wrong totp gives same empty result with status 200.
Latest posts made by rohanpsd_13
-
Empty result for login endpoint
-
RE: Issue while placing order and unauthorized order in my account.
@c_harish @admin , even i faced this issue today while placing order via API, thank god, i was just testing and lost a little of only 500rs, not more, Admin please investigate this issue
-
RE: Can't stop reactor that isn't running.
@rajanprabu that doesnt work:
def on_tick(ws, tick):
for i in tick:
for j, k in i.items():
if j == 'ltp':
print(k)
on_close(WS,'S562xxxx','test_stop') -
Can't stop reactor that isn't running.
I'm trying to get the ltp using websocket, and when i try to close the program in between using ctrl+c, i get errors "Can't stop reactor that isn't running", how to automatically exit the program after printing LTP only once?
def on_tick(ws, tick):
for i in tick:
for j, k in i.items():
if j == 'ltp':
print(k)
#how to exit here? -
Get Order details
Hi, can anyone post the code to get order details in python?
Thanks in advance -
Getting live market price
Hi,
I'm new to this platform, can anyone help me how to get live price of stock in python.
Thanks in advance