gemini-exports

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

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

LTS Haskell 22.18:0.1.0.0
Stackage Nightly 2024-04-27:0.1.0.1
Latest on Hackage:0.1.0.1

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.1@sha256:9a5e4257d1bc853b659d7912aee455191a545a277c0441d96b1b0c8903e65ad1,3785

Module documentation for 0.1.0.1

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.1

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

v0.1.0.0

  • Initial release