Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 605 Bytes

Binance Wallet Portofolio

Get your crypto amount from your binance wallet via nodeJS and binance json API

Installation Instructions

  1. Git Clone the repo

    git clone https://github.com/Boyquotes/binanceWallet/
    
  2. Enter the repository and install dependencies

    cd binanceWallet && npm install
    
  3. Configuration Get your API key and secret on your binance account "Profil -> API management"
    Put your API KEY and API SECRET in the .env file

  4. Run

    node wallet.js
    
  5. Enjoy the portfolio.json content ;)