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 bb5d4b5 commit 7e093a2Copy full SHA for 7e093a2
config.py
@@ -4,6 +4,7 @@
4
API_BASE_URL = "https://api.schwabapi.com"
5
TRADER_BASE_URL = f"{API_BASE_URL}/trader/v1"
6
MARKET_DATA_BASE_URL = f"{API_BASE_URL}/marketdata/v1"
7
+ORDER_BASE_URL = f"{API_BASE_URL}/accounts"
8
9
# Potential other configuration settings
10
REQUEST_TIMEOUT = 30 # Timeout for API requests in seconds
0 commit comments