The error that <Response [400]> yields is b'{"error":"quantity is invalid."}'.
What's interesting is that I if i copy paste the exact same order information that wealthsimple sends in the payload directly from the site (which of course works), it still doesn't go through.
I suspect that it may be because that I am trying to purchase outside of market hours, so its throwing some weird error that the API can't handle, but of course I won't be able to test that until Monday.
The error that
<Response [400]>
yields isb'{"error":"quantity is invalid."}'
.What's interesting is that I if i copy paste the exact same order information that wealthsimple sends in the payload directly from the site (which of course works), it still doesn't go through.
I suspect that it may be because that I am trying to purchase outside of market hours, so its throwing some weird error that the API can't handle, but of course I won't be able to test that until Monday.