Hello Upstocks Community.
while performing authorization through Node, getting the bellow message. is anything I am missing Something went wrong. Please try again after some time. [1017000]. message does not provide any message like what went wrong. could anyone help with the above error code?
Hi @JITENDRA_39722852, could you provide more details about the error you’re facing?
- Which API did you call?
- Can you share a screenshot of where you encountered this error? If you have a program, please share a code snippet.
- Your 6-digit user ID and the time when you received this error.
- Is this the first time you’ve encountered this error? Was it working properly before?
This information will help us investigate further.
Thanks!
Hi please take a look at the attached code. As per the documentation, it should go into the callback. it goes to login screen and after login it throws the above error as mentioned.
PS: after entering the pin it redirects to logout https://login.upstox.com/logout
I have created API Key, and I have API Secret and also generated Access Token. I am trying to create a code in the Python to fetch the live data from using these code but I am unable to do. I am facing some problems.
I have successfully authenticated and obtained your Upstox access token.
- kindly let me know whether I have access to market data or not. If not how to get access
- What is the url to get end point. PLease give me Correct endpoint for fetching instruments from NSE exchange
you can access the data. I have created a token manually from the console and can retrieve data. please share the code snippets so I can help you get through.
any update on this ?
Once you have successfully authenticated and obtained the Upstox access token you can call all API including market APIs
As for fetching instruments from the NSE exchange, we do not provide a REST endpoint for retrieving instrument keys. However, you can find all instrument details, including instrument keys, in our JSON files available here: Upstox Instruments JSON.
Please let us know if you need further assistance.
Thank you!