Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error': 'InternalServerError' when trying to place an order #4

Open
berbaroovez opened this issue Dec 27, 2023 · 0 comments
Open

Error': 'InternalServerError' when trying to place an order #4

berbaroovez opened this issue Dec 27, 2023 · 0 comments

Comments

@berbaroovez
Copy link

client = a.easy_client("secret-id", "secret-stuff", "http://localhost:3001/callback")

placed_order = client.place_order(
{
"AccountID": "SIM232secret",
"Symbol": "HMST",
"Quantity": "1",
"OrderType": "Market",
"TradeAction": "Buy",
"TimeInForce": {
"Duration": "GTC"
},
"Route": "Intelligent"
}
)

When making the following call im getting an error about internal server error. I can make the same call in a postman request no problem. Any clue whats going on ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant