Giter Club home page Giter Club logo

binalysis's Introduction

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

binalysis's People

Contributors

enzosv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.