gemini-exports

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

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

Version on this page:0.1.0.0
LTS Haskell 22.17:0.1.0.0
Stackage Nightly 2024-04-14: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.0@sha256:b3e945be2b47bf6c40de5a351872484945ec4e78b4b96aebd88962623dfb7011,3781

Module documentation for 0.1.0.0

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

v0.1.0.0

  • Initial release