An open API service indexing awesome lists of open source software.

https://github.com/geoffdutton/cointracker-conversions

CLI tool for converting transaction and trade history exports from various exchanges into the proper CoinTracker.io format.
https://github.com/geoffdutton/cointracker-conversions

Last synced: 3 months ago
JSON representation

CLI tool for converting transaction and trade history exports from various exchanges into the proper CoinTracker.io format.

Awesome Lists containing this project

README

          

# CodeTracker.io Conversion Utility

![npm](https://img.shields.io/npm/v/cointracker-conversions)
[![Node.js CI](https://github.com/geoffdutton/cointracker-conversions/actions/workflows/node.js.yml/badge.svg)](https://github.com/geoffdutton/cointracker-conversions/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/geoffdutton/cointracker-conversions/branch/main/graph/badge.svg?token=rlMwZAN5TP)](https://codecov.io/gh/geoffdutton/cointracker-conversions)

An unofficial [cointracker.io](https://www.cointracker.io/) transaction and trade history converter.

## Supported Exchanges

- [x] BlockFi
- [x] Blockchain.com
- [x] Gate.io
- [ ] next ??

## Getting started

```bash
npm i -g cointracker-conversions
cointrackerize ~/Desktop/file_from_exchange.csv
```

That will output to `~/Desktop/file_from_exchange_contrackered.csv` which is ready to be imported to CoinTracker.io!