We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dccae commit abdfe1dCopy full SHA for abdfe1d
alpaca_trade_api/common.py
@@ -26,6 +26,6 @@ def get_credentials(key_id=None, secret_key=None):
26
def get_api_version(api_version):
27
api_version = api_version or os.environ.get('APCA_API_VERSION')
28
if api_version is None:
29
- api_version = 'v1'
+ api_version = 'v2'
30
31
return api_version
0 commit comments