Closed srepollock closed 1 year ago
The authentication issue is not related to the version of the API. The SDK is using the v2
endpoint for get_account
. Instead make sure you are using the correct keys combo for the API you are submitting the request to.
Is there an existing issue for this?
Current Behavior
Calling
TradingClient(api_key, api_secret, paper=True).get_account()
(where the client is set up with paper-trading) gives a 403 error:Expected Behavior
It should return the paper account information:
SDK Version I encountered this issue in
alpaca-py version: v0.7.0 (latest)
Steps To Reproduce
Filled out the Steps to Reproduce section?
Anything else?
No response