You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: