Closed maxpy closed 4 weeks ago
@maxpy Do you use an api key for live account? if so, could you please try to set paper=False
for the TradingClient
?
Default value of the paper parameter is True.
trading_client = TradingClient(apiKey, secret, paper=False)
get : APIError: {"code":40110000,"message":"request is not authorized"}
why?