How to get accessToken via api request.

BaiMaoLi
I am new to here.
How can I get accessToken via api request.
And, once I get accessToken, if i want to use it forever for my personal case,
should i visit login page whenever I want to see my app?
  • sujith
    sujith edited March 2020
    It is mandatory by the exchange that a user has to log in manually at least once in a day. We don't recommend automating login.

    You will have to log in and get access token once and keep using it for the rest of the day.
  • sujith
    sujith edited March 2020
    If you call generateSession then you will have to login again because your existing session will be killed.
This discussion has been closed.