Hi, In one of my earlier questions i was told that the access token expires anywhere between 4am to 6am everyday.i want to know if there is an exact time when it expires everyday so that i can stop my historical data request before that.
You don't need to do that. You can keep fetching it until you get 403 and stop it once you get 403. You need to re-login and use a new access token post that. It is cleared in between 06:45 AM to 07:30 AM
You need to re-login and use a new access token post that.
It is cleared in between 06:45 AM to 07:30 AM
Yes, we forcefully expire all previous access_token between given period.