@hackage bnb-staking-csvs0.2.2.0

Generate CSV Exports of Your BNB Staking Rewards.

bnb-staking-csvs is a CLI program that queries the Binance.org API for all of a delegator's rewards and exports the resulting data to a CSV file.

You can install bnb-staking-csvs with Stack: stack install --resolver nightly bnb-staking-csvs. Then run the following to print out your rewards in CSV format:

bnb-staking-csvs <DELEGATOR_PUBKEY>

See bnb-staking-csvs --help for additional options.