Skip to content

mvidaldp/bsab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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