Getting refresh_token empty

anveshgvmtech
I want to create app where every day all my trades are executed using my platform but I have to login every day to get new access_token and when I checked the documentation, I found that using refresh_token I can renew my access_token but in generate session method I am getting request_token empty.
Can anyone help me here?
  • sujith
    It is mandatory by exchange that a user has to manually login at least once a day.

    A `refresh_token` is a special long-standing token for read-only requests issued selectively to exchange approved platforms and not for individual users.
  • anveshgvmtech
    Thank you Sujith for reply. Does this means that everyday all my users have to login at least once and no other option?
  • sujith
    You can speak to compliance team and check.
  • anveshgvmtech
    ok thank you!
This discussion has been closed.