Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 677 Bytes

bsab (Binance Spot Assets Balance)

bsab-demo

Display a Binance account spot assets total balance in real-time.

How to set it up?

{
    "secret": "yoursecretapikey",
    "key": "yourapikey"
}

How to use? In your Linux shell, just run:

# -i or --investment with your base investment value (default is 0)
bash bsab.sh -i 1000
# or (if you give it execution permissions, aka chmod +x)
./bsab.sh -i 1000