This is a tool to help you make sense of your trades on Binance.
It uses your api key to collect your Binance trade history and report your average buy and sell prices for each token.
Price information is fetched from Coingecko
Not all information is captured yet.
- Automatic. Only requires Binance API Key and Secret.
- Report is saved as json for faster fetching next time
- Report can be deleted
- No tracking or data collection whatsoever
- Reports all prices in USD
- Does not read balance in Locked Staking
- Only uses string matching for comparing Binance and Coingecko tokens. May be inaccurate.
- Not financial advice
- Limited and untested security
- Make sure to use a read only api key
- Work in progress
- Better website
- Capture more data
- Support more exchanges (kucoin in progress in develop branch)
- Notifications for finished update
- Notifications for price above/below average buy
go get -d
go build
cd web
go get -d
GOOS=js GOARCH=wasm go build -ldflags="-s -w" -o web.wasm
gzip -9 -v -c web.wasm > web.wasm.gz
- cd to repo root folder
./binalysis
- open browser at http://localhost:8080
Tips are appreciated. 0xBa2306a4e2AadF2C3A6084f88045EBed0E842bF9