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?
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.
A `refresh_token` is a special long-standing token for read-only requests issued selectively to exchange approved platforms and not for individual users.