All Projects → ahmedsakr → wstrade-api

ahmedsakr / wstrade-api

Licence: other
API Wrapper for Wealthsimple Trade

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wstrade-api

Uniswap Python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 191 (+109.89%)
Mutual labels:  wrapper, trade
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+485.71%)
Mutual labels:  wrapper, trade
PowerSchool-API
A Node.js library for interacting with the PowerSchool SIS API.
Stars: ✭ 21 (-76.92%)
Mutual labels:  wrapper
python3
Python 3 wrapper for Nim
Stars: ✭ 16 (-82.42%)
Mutual labels:  wrapper
v-owl-carousel
🦉 VueJS wrapper for Owl Carousel
Stars: ✭ 46 (-49.45%)
Mutual labels:  wrapper
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Stars: ✭ 105 (+15.38%)
Mutual labels:  wrapper
SpotifyWebApi
A .net core wrapper for the Spotify Web API
Stars: ✭ 19 (-79.12%)
Mutual labels:  wrapper
TradeRepublicApi
Unofficial trade republic API
Stars: ✭ 134 (+47.25%)
Mutual labels:  trade
snapraid-aio-script
The definitive all-in-one SnapRAID script. Diff, sync, scrub are things of the past. Manage SnapRAID and much, much more!
Stars: ✭ 92 (+1.1%)
Mutual labels:  wrapper
SKSearchController
A Wrap for UISearchController makes all customization super easy.
Stars: ✭ 25 (-72.53%)
Mutual labels:  wrapper
Xamarin-Android
PSPDFKit for Android wrapper for the Xamarin platform.
Stars: ✭ 18 (-80.22%)
Mutual labels:  wrapper
gw
A Wrapper of a command to watch any changes in filesystem
Stars: ✭ 16 (-82.42%)
Mutual labels:  wrapper
vue-cryptojs
A small wrapper for integrating crypto-js into VueJS
Stars: ✭ 17 (-81.32%)
Mutual labels:  wrapper
MVDribbbleKit
A modern Objective-C wrapper for the Dribbble API.
Stars: ✭ 31 (-65.93%)
Mutual labels:  wrapper
node-destiny-2
🌑 A zero dependency Destiny 2 API wrapper written in Node.js
Stars: ✭ 23 (-74.73%)
Mutual labels:  wrapper
JikanKt
A Kotlin wrapper for Jikan REST API
Stars: ✭ 17 (-81.32%)
Mutual labels:  wrapper
libpassqlite
libPasSQLite is delphi and object pascal bindings and wrapper around SQLite library. SQLite is library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
Stars: ✭ 18 (-80.22%)
Mutual labels:  wrapper
CapMonsterCloud
a C# wrapper for CapMonster Cloud API
Stars: ✭ 17 (-81.32%)
Mutual labels:  wrapper
auto-async-wrap
automatic async middleware wrapper for expressjs errorhandler.
Stars: ✭ 21 (-76.92%)
Mutual labels:  wrapper
mlgauge
A simple library to benchmark the performance of machine learning methods across different datasets.
Stars: ✭ 22 (-75.82%)
Mutual labels:  wrapper

Documentation and Examples

Changelog: what's new?

⚠️⚠️ Versions 1.0.0 -> 1.7.0 are deprecated because Wealthsimple enabled Cloudflare for all endpoints. Upgrade to 1.7.1 or later.

wstrade-api

A tiny Unofficial Wealthsimple Trade API Wrapper for JavaScript, supporting the core abilities of the Wealthsimple Trade application including placing orders, viewing and cancelling orders, and more.

Disclaimer

  • USE AT YOUR OWN RISK. This is an unofficial Wealthsimple Trade API Wrapper.
  • DO NOT LEVERAGE THIS IN ATTEMPT TO DISRUPT ORDERLY MARKET FUNCTIONS. This package is provided to you so you can build cool shit with it, but you should understand that you have a responsibility to not engage in illegal trading behaviours that can disrupt orderly market functions.

Server-Side Limitation

This wrapper will not work when executed on the client-side due to the underlying CORS security limitation imposed by the Wealthsimple Trade endpoints. If you wish to build a front-end application, you will have to design an architecture where the server does all of the API calls.

Getting Started

Before playing with wstrade-api, you must have a valid Wealthsimple Trade account to authenticate against. If you have not signed up for Wealthsimple Trade, you may download the iOS application here or the android application here.

Prerequisites

You just need node.js — and npm, obviously.

Dependencies

The dependency list is tiny — node-fetch, source-map-support, and cloudscraper. They will be automatically installed when you install wstrade-api through npm.

Installing

Install wstrade-api from the npm registry

npm i wstrade-api

You could also clone the GitHub repository

git clone [email protected]:ahmedsakr/wstrade-api.git

Contributing

  • Read the contributing document here.
  • After that, Feel free to fork the GitHub repository, make any changes, and contribute by setting up a pull request.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License.

Acknowledgments

A huge thanks to the contributors of this repository for providing an elegant API documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].