I have just signed up for this service. I have created an app and obtained a client_id and client_secret.
I pip (with Python3) installed alpaca-trade-api. I set environment variables for APCA_API_KEY_ID, APCA_API_BASE_URL, and APCA_API_SECRET_KEY. I then run:
import alpaca_trade_api as alp
api = alp.REST(api_version=‘v2’) # this succeeds
api.get_account() # this throws ‘request is not authorized’
It’s insanely frustrating that I quite literally just signed up for this service with the unlimited plan and I can’t even get past auth