Skip to content

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

@berbaroovez

Description

@berbaroovez

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions