various smaller maintenance changes

This commit is contained in:
2024-12-07 09:56:54 -06:00
parent bbb9d5dce6
commit aabc2d235e
4 changed files with 12 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ if [[ "${noconfirm}" != "true" ]]; then
fi
curl -s -X POST \
"https://api.schwabapi.com/trader/v1/accounts/$(./getAccountNumbers.sh Regular)/orders" \
"https://api.schwabapi.com/trader/v1/accounts/$(./getAccountNumbers.sh IRA)/orders" \
-H "Authorization: Bearer $(./getNewAccessToken.sh)" \
-H 'accept: */*' \
-H 'Content-Type: application/json' \