im trying to login using the api but i got this problem :
this is the login code :
# Initialize TradeZero
tz = TradeZero(user_name=os.getenv("TZ_USER"), password=os.getenv("TZ_PASS"))
i already have checked my env vars
based on chatgpt answer i need a non us base url to login because i did not opened an us account
btw im trying to log in to paper account
im trying to login using the api but i got this problem :
this is the login code :
i already have checked my env vars
based on chatgpt answer i need a non us base url to login because i did not opened an us account
btw im trying to log in to paper account