gemini-exports

Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions

https://github.com/prikhi/gemini-exports#readme

LTS Haskell 22.30:0.1.0.0
Stackage Nightly 2024-07-26:0.1.0.2
Latest on Hackage:0.1.0.2

See all snapshots gemini-exports appears in

BSD-3-Clause licensed by Pavan Rikhi
Maintained by [email protected]
This version can be pinned in stack with:gemini-exports-0.1.0.2@sha256:8e81cbc06a121b840096811d049ba3741e4f82c35da675e860527fabe762f822,3782

Module documentation for 0.1.0.2

gemini-exports

gemini-exports Build Status

Generate CSV Exports of your Gemini Trades.

Requires stack:

$ stack run -- -k <API_KEY> -s <API_SECRET>
time,base-asset,quote-asset,type,description,price,quantity,total,fee,fee-currency,trade-id
2022-04-20 04:20:00,GUSD,USD,Buy,,1.0,9001.0,9001.0,0.0,USD,900142424242
$ stack run -- --help

Install

You can install the CLI exe by running stack install. This lets you call the executable directly instead of through stack:

stack install
export PATH="${HOME}/.local/bin/:${PATH}"
gemini-exports

Build

You can build the project with stack:

stack build

For development, you can enable fast builds with file-watching, documentation-building, & test-running:

stack test --haddock --fast --file-watch --pedantic

To build & open the documentation, run:

stack haddock --open gemini-exports

LICENSE

BSD-3

Changes

CHANGELOG

master

v0.1.0.2

  • Change crypto library from cryptonite to crypton.

v0.1.0.1

  • Bump base64 requirement to v1.0.
  • Documentation fixes.

v0.1.0.0

  • Initial release