Skip to content

nathanesau/wstradepyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wstradepyapp

Unofficial Desktop App For Wealth Simple Trade

Software Used

Background

Currently, WealthSimple Trade only has a mobile app. This projects aims to create an (unofficial) Desktop App to allow WealthSimple Trade to be used on Windows and Linux platforms.

Screenshots

App development is currently a work in Progress.

API documentation

Unoffical API documentation can be found here:

https://github.com/MarkGalloway/wealthsimple-trade/

API tests

# use following curl command to get access token -> set EMAIL and PASSWORD
curl -i -H "Content-Type: application/json" -X POST -d "{\"email\": \"${EMAIL}\", \"password\": \"${PASSWORD}\"}" "https://trade-service.wealthsimple.com/auth/login"

# example tokens
ACCESS_TOKEN="SSDFASDASddfhdfgsdfawsd"
REFRESH_TOKEN="sdfsfdhdsfiasdhasdkjlasdkhjasd"

# get account balances
curl -H "Authorization: ${ACCESS_TOKEN}" "https://trade-service.wealthsimple.com/account/list"
curl -i -XPOST -d "{\"refresh_token\": \"${REFRESH_TOKEN}\"}" "https://trade-service.wealthsimple.com/auth/refresh"

About

Unofficial Desktop App For Wealth Simple Trade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages