@hackage solana-staking-csvs0.1.1.0

Generate CSV Exports of your Solana Staking Rewards.

solana-staking-csvs is a CLI program that queries the Solana blockchain for an account's staking accounts and exports all their staking rewards to a CSV file.

The Solana Beach API is used to fetch data from the blockchain and you will need a free API key to use this program.

You can install solana-staking-csvs with Stack: stack install --resolver nightly solana-staking-csvs. Then run the following to print out an account's rewards in CSV format:

solana-staking-csvs <API_KEY> <ACCOUNT_PUBKEY>

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