Skip to content

Commit 7e093a2

Browse files
authored
Update config.py
1 parent bb5d4b5 commit 7e093a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
API_BASE_URL = "https://api.schwabapi.com"
55
TRADER_BASE_URL = f"{API_BASE_URL}/trader/v1"
66
MARKET_DATA_BASE_URL = f"{API_BASE_URL}/marketdata/v1"
7+
ORDER_BASE_URL = f"{API_BASE_URL}/accounts"
78

89
# Potential other configuration settings
910
REQUEST_TIMEOUT = 30 # Timeout for API requests in seconds

0 commit comments

Comments
 (0)