binance-trading
v0.0.3
Published
A JS library for binance, only the basic features.
Downloads
19
Maintainers
Readme
If you need help or any of my services or maybe looking for someone to implement your strategies contact me via e-mail
binance-trading
A FULL JS library for the binance API, currently includes the FULL Spot, Margin (including Wallet, Savings, Mining API, etc...) and Futures API support It is much more detailed in documentation and the easiest error-handling: NO try-catch blocks whatsoever. NOTE: Heavily rely on the Intellisense documentation inside your editor, as everything is typed via JSDoc
:sparkles: Features
:heavy_check_mark: Spot Market API
:heavy_check_mark: Spot Account/Trade API
:heavy_check_mark: Spot Websocket API
:heavy_check_mark: Spot/Margin/Isolated-margin userData API
:heavy_check_mark: Futures Market API
:heavy_check_mark: Futures Account/Trade API
:heavy_check_mark: Futures Websocket API
:heavy_check_mark: Futures userData API
Auto Generated but not tested:
:heavy_check_mark: Wallet API
:heavy_check_mark: Margin API
:heavy_check_mark: Staking API
:heavy_check_mark: Mining API
:heavy_check_mark: Futures API
:heavy_check_mark: Spot Algo API
:heavy_check_mark: Classic Portfolio API
:heavy_check_mark: BLVT API
:heavy_check_mark: BSwap API
:heavy_check_mark: Fiat API
:heavy_check_mark: C2C API
:heavy_check_mark: VIP Loans API
:heavy_check_mark: Crypto Loans API
:heavy_check_mark: Pay API
:heavy_check_mark: Convert API
:heavy_check_mark: Rebate API
:heavy_check_mark: NFT API
:heavy_check_mark: Binance Gift Card API
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Git and Node installed.
:checkered_flag: Starting
# Clone this project
$ git clone https://github.com/GTedZ/binance-trading
# Access
$ cd binance-trading
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
CONTACT ME
Email: [email protected]
Back to top