I would greatly appreciate your assistance with integrating the Fyers API using Postman. I am currently attempting to retrieve historical data, and have identified the following URL for this purpose:
First, you need to create an app on the Fyers API Dashboard - https://myapi.fyers.in/dashboard. That’ll give you your APP_ID / client_id. Also, save the SECRET_ID, which will be used later.
Using the variables above, follow the “OAuth2 - Auth Flow” in the Authentication folder in the POSTMAN collection, which will help you get the authcode and then get the access_token using the same authcode and an appIdHash.
All of this is well documented in the API documentation.