how to get a static token id for login for individual app

mayureshrele
1) if we need to schedule a trade after 2-3days , how can I do this?
2) as we don't want manual authenticate process each time when we need to generate login token and to trade.
3) as we have a function to schedule the trade after 7 days also. so my app should login from back end and start trading as per my settings.
  • rakeshr
    as we don't want manual authenticate process each time when we need to generate login token and to trade.
    It is mandatory by the exchange that a user has to log in manually at least once a day. We don't recommend automating login.
    if we need to schedule a trade after 2-3days , how can I do this?
    You can check if the GTT order, suits your use case.
    as we have a function to schedule the trade after 7 days also. so my app should login from back end and start trading as per my settings.
    Access tokens are flushed every day. So, you need to login to fetch the same. Go through login flow here.
Sign In or Register to comment.