C# api tutorial not working

follow carefully the officiel tutorial Here
Unfortunately, dotnet run returns the following error:
Unhandled exception. Alpaca.Markets.RestClientErrorException: request is not authorized
(I replaced KEY_ID and SECRET_KEY of course)
The Alpaca’s python API works perfectly fine to me though.
Has anyone an idea?

Thanks!

@Fairguni Answered you on GitHub.

1 Like

Hi,
Thank you Oleg for your reply on GitHub.