Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkwood-com/crypto-tracker
🔍Track your crypto currencies and fill tax forms
https://github.com/darkwood-com/crypto-tracker
bitcoin crypto cryptocurrency
Last synced: 2 days ago
JSON representation
🔍Track your crypto currencies and fill tax forms
- Host: GitHub
- URL: https://github.com/darkwood-com/crypto-tracker
- Owner: darkwood-com
- License: agpl-3.0
- Created: 2022-02-06T20:45:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T17:32:59.000Z (over 2 years ago)
- Last Synced: 2024-08-01T20:50:04.646Z (3 months ago)
- Topics: bitcoin, crypto, cryptocurrency
- Language: TypeScript
- Homepage:
- Size: 319 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Crypto Tracker
This project aims to track you crypto portfolio amongs various exchanges. That way you can know what is your total portfolio composition. And this has an utility when filling tax formular. For instance in France, you have to pay taxes from your positive or negative gain value sas soon as you convert cryto to flat currency or your buy something from your crypto wallet.
## Resources
- Liste des adresses de plateformes : https://cryptoast.fr/formulaire-3916-bis-liste-adresses-plateformes-echanges/
- Reddit discution sur la déclaration d'impots : https://www.reddit.com/r/vosfinances/comments/kq919t/d%C3%A9claration_des_cryptomonnaies_aux_impots/
- Comment remplir le formulaire 3916-bis : https://bitcointalk.org/index.php?topic=5237853.0
- Fomulaire 3916-bis : https://www.impots.gouv.fr/portail/formulaire/3916-bis/declaration-par-un-resident-dun-compte-dactifs-numeriques-ouvert-detenu-utilise
- Quelles fiscalités pour les crypto monaies ? https://www.quechoisir.org/actualite-cryptomonnaies-quelle-fiscalite-pour-les-bitcoins-n91554/
- Impots faciles : https://lecollectif-crypto.fr/crypto-impots/
- App : https://github.com/EtherbitHQ/donut
- App : https://github.com/bitpay/wallet
- Formule de plus ou moins value = prix de cession – ((prix total d’acquisition*prix de cession)/valeur du portefeuille)
- Plateformes payantes pour déclarer ses crypto monaies : https://cointracking.info - https://koinly.io
- Déclaration d'actifs numériques : https://github.com/pgrimaud/declaration-actifs-numeriques## Export accounts procedure
- gate : download export file at https://www.gate.io/myaccount/mypurselog
note : the document don't include withdraw fees and have to be included manually into a new Fee column
- swissborg : download export on iOS app : Account Statement
- uphold : download export file from https://wallet.uphold.com/dashboard/activity and generate report
- binance : https://www.binance.com/fr/my/wallet/history/deposit-crypto and "generate complete export"
- probit :
download deposit and withdrawal csv : https://www.probit.com/en-us/user-center/history/transfer
download trade history csv : https://www.probit.com/en-us/user-center/history/trade
- presearch : download export file from : https://keywords.presearch.org/account/tokens/savings
- coinmetro : download transaction history from dashboard : https://go.coinmetro.com/dashboard
- zelcore : there is an export button on each of your assets details. This should done for each assets.## Import files
Put your import files into `data/import/exchange-name-*.ext`
call http://localhost:8017/api/app/import
Data will be processed and imported into `data/processed/exchange-name-*.ext`## Api endpoints
Calculate wallet balances : http://localhost:8017/api/app/ballance