Hi,
I want to consume API service using UiPath
Can anyone help me how can I get HTTP request .
@upstox support please call me
Thanks
Akhtar Nadeem
Hi,
I want to consume API service using UiPath
Can anyone help me how can I get HTTP request .
@upstox support please call me
Thanks
Akhtar Nadeem
Upstox does not support or recommend automation in light of SEBI guidelines.
To begin your integration, you can refer to the documentation available at
Should you encounter any challenges while integrating the API, please donât hesitate to contact us for support.
Hi Pradeep,
What will value for below fields
Redirect URL and postback url
Can we connet on mobile.
Please share you mobile number or take mine
A redirect URL is a link you are directed to after successfully logging in with an authentication code. With this code, you can obtain an access token. This token allows you to make calls to all other APIs.
A postback URL is a link where you receive updates about orders through API pushes.
Please provide your contact number. A representative from our team will reach out to you.
Substitute your client_d and redirect_url in the following link, and then open it in your browser. With the appropriate client_id and redirect URL, it should function properly:
https://api.upstox.com/v2/login/authorization/dialog?response_type=code&client_id={{your_client_id}}&redirect_uri={{your_redirect_url}}
If you continue encountering issues, please make a small video demonstrating the problem and share it here for more assistance.
Thank you for sharing the video. Iâve viewed the videos and noticed you are not following the correct steps. Generating an access token is a three-step process, as outlined below. The first step must be completed in a web browser:
The response youâre receiving is a valid HTML login page that should be accessed through a web browser. Additionally, please be aware that the swagger URL may not function for you, as itâs set up with a different redirect URL.
I recommend reviewing the documentation to better grasp the process.
I trust this information will be useful.
Initiating authentication requires using the redirect_uri
that you specified while setting up your app. The issue youâre encountering is due to an incorrect redirect_uri
being provided. The redirect_uri
must match the value you entered during the app creation process. Similar to how youâve retrieved the apiKey from your app in the developer console, you can find the redirect_uri
by clicking the edit button in your appâs settings.
I recommend thoroughly reviewing the documentation for detailed guidance. This will ensure a seamless integration process.
Thanks!
suggest me some redirect uri
A redirect URL is a domain address that you control, enabling you to receive the authentication code and use it for further processing.
For local development, using âhttps://localhostâ is sufficient to test your code. However, for production deployment, itâs necessary to have a registered domain URL that you can control. This allows you to access the authentication and generate a token from that redirect URL.
Currently, the 5-minute candle data is not accessible. For todayâs candle details, please refer to the intraday API available at Upstoxâs Developer API Documentation: Get Intra-Day Candle Data.
I am using indraday candle data only.
But my requirement is to fetch only current date data for last1 min or 5 min or 30 min.
But data should be coming only for current date.
Even if I am trying to fetch 30 min data at 9:20 is should not fetch (todays last 5 min data + yestrdays last 25 min data)
it means If I am calling at 9:20 am i need only last 5 min data
If I will call at 9:30 I should get last 15 min data only
Is there service upstox ka technical remote access krke api configuration kar ske .i can not kuch smj nahi aata kese hoga plz help
Intraday Candies offers comprehensive data for the current trading day, starting at 9:15 AM. This data is organized based on the timestamp, allowing you to categorize or cluster candles as needed. Additionally, you have the option to utilize the websocket, which provides real-time and one previous candle, enabling you to develop logic tailored to your specific use case
@R_Mehar Currently, there isnât a service like that. The ideal starting point would be to familiarize yourself with the documentation available here.
Additionally, could you share more details about the task youâre trying to achieve using the Upstox API and any specific issues youâre encountering? This information will enable us to assist you more effectively.