Ok. I understand. But if I created a web job and I manually logged in then the resultant request token saved to db. Using the saved token, can I run the web job? Or Is there any possible API URL for login process?
I successfully connected. Thanks for the information. But my plan is to create a web job that will run every minute, and get ticker data and save it to a database. I am using C# for this. But every time I need to log in and enter request-token. Is …