binalysis

command module
v0.0.0-...-3d673db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2022 License: MIT Imports: 18 Imported by: 0

README

What this is

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.

Demo

Preview

preview

Features

  • 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

Limitations

  • Does not read balance in Locked Staking
  • Only uses string matching for comparing Binance and Coingecko tokens. May be inaccurate.

Disclaimers

  • Not financial advice
  • Limited and untested security
  • Make sure to use a read only api key
  • Work in progress

TODO

  • 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

How to

Requirements

  1. go
  2. Binance API Key

Steps

Build backend
go get -d
go build
Build frontend
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
Run
  1. cd to repo root folder
  2. ./binalysis
  3. open browser at http://localhost:8080

Tips are appreciated. 0xBa2306a4e2AadF2C3A6084f88045EBed0E842bF9

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL