-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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 seems this endpoint now requires an account_id parameter, like so:
GET https://trade-service.wealthsimple.com/orders?account_id=<ACCOUNT-ID>
(maybe it's not needed if you have a single account, but if you have multiple accounts, this parameter appears to be mandatory)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels