wealthsimple-trade icon indicating copy to clipboard operation
wealthsimple-trade copied to clipboard

Unofficial API docs for the Wealthsimple Trade API

Results 6 wealthsimple-trade issues
Sort by recently updated
recently updated
newest added

The login endpoint doesn't appear to be working anymore

The error that `` 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...

Hi, First, thank you for having taking the time to document this API and made it public! (This is not an issue but a question, not sure how on github...

trying ws.get_orders() or ws.get_activities() and only get last 20 orders or activities how to get all orders ? or all activities ?

I was looking through the API and I wasn't able to find the endpoints that return stock categories and top lists

First, thanks for making this API available! 🎉 I found that the only endpoint that didn't work for me was: ``` GET https://trade-service.wealthsimple.com/orders ``` which returned `{"error"=>"Record not found"}` It...