Display a Binance account spot assets total balance in real-time.
How to set it up?
- Create your API key: https://www.binance.com/en-NG/support/faq/360002502072
- Put your secret and API keys into
keys.json
.
{
"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