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 endpointposted in General Discussion
-
RE: Issue while placing order and unauthorized order in my account.posted in Test
@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.posted in Python SDK
@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.posted in Python SDK
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? -
RE: Get Order detailsposted in Python SDK
@James-Bond Thanks a lot for sharing, have a great day :)
-
Get Order detailsposted in Python SDK
Hi, can anyone post the code to get order details in python?
Thanks in advance -
Getting live market priceposted in Python SDK
Hi,
I'm new to this platform, can anyone help me how to get live price of stock in python.
Thanks in advance