https://github.com/alessandrokonrad/bitview
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
https://github.com/alessandrokonrad/bitview
android api app binance binance-api bitcoin bittrex coinbase coinbasepro coinbasepro-api cryptocurrency dart exchange flutter hitbtc hmac-sha256 hmac-sha512 mercatox portfolio wallet
Last synced: 11 months ago
JSON representation
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
- Host: GitHub
- URL: https://github.com/alessandrokonrad/bitview
- Owner: alessandrokonrad
- Created: 2019-04-12T15:20:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T06:02:01.000Z (about 7 years ago)
- Last Synced: 2025-04-07T12:48:41.317Z (about 1 year ago)
- Topics: android, api, app, binance, binance-api, bitcoin, bittrex, coinbase, coinbasepro, coinbasepro-api, cryptocurrency, dart, exchange, flutter, hitbtc, hmac-sha256, hmac-sha512, mercatox, portfolio, wallet
- Language: Dart
- Homepage:
- Size: 90 MB
- Stars: 54
- Watchers: 5
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitView

A Flutter project. I built a crypto portfolio with a very simple kept overview of your balances and the total value.
You can add the balances of your exchanges via the API of Binance, Bittrex, HitBTC, Coinbase or Coinbase Pro.
## Overview
When you are just interested how I connect the exchanges, then go to 'lib/utility/fetch_exchange_data.dart'
| | | |
| :---------: | :------------------: | :----------------------: |
|  |  |  |
## Things to do
- [x] API support
- [x] fix bugs for public build
- [x] add fiat value to specific coin
- [ ] add more exchanges(HitBTC recenetly added)
- [ ] manually add exchanges/coins
- [x] different currency support (EUR, USD, GBP)
- [x] maybe improve loading speed
