{"id":16592643,"url":"https://github.com/prikhi/bnb-staking-csvs","last_synced_at":"2025-10-29T10:30:37.147Z","repository":{"id":62435636,"uuid":"393245926","full_name":"prikhi/bnb-staking-csvs","owner":"prikhi","description":"Generate CSV Exports of Your BNB Staking Rewards","archived":false,"fork":false,"pushed_at":"2024-02-04T22:50:10.000Z","size":72,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:03:01.622Z","etag":null,"topics":["binance-api","binance-chain","bnb","bsc","csv","csv-export","haskell","staking","staking-rewards"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/bnb-staking-csvs","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prikhi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-06T04:12:39.000Z","updated_at":"2023-01-25T22:53:07.000Z","dependencies_parsed_at":"2024-10-11T23:32:04.195Z","dependency_job_id":null,"html_url":"https://github.com/prikhi/bnb-staking-csvs","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"ea965a5e8688949e110d68dfa3aca423b17acf94"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fbnb-staking-csvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fbnb-staking-csvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fbnb-staking-csvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fbnb-staking-csvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prikhi","download_url":"https://codeload.github.com/prikhi/bnb-staking-csvs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238803503,"owners_count":19533330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binance-api","binance-chain","bnb","bsc","csv","csv-export","haskell","staking","staking-rewards"],"created_at":"2024-10-11T23:21:45.688Z","updated_at":"2025-10-29T10:30:31.879Z","avatar_url":"https://github.com/prikhi.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bnb-staking-csvs\n\n[![bnb-staking-csvs Build Status](https://github.com/prikhi/bnb-staking-csvs/actions/workflows/main.yml/badge.svg)](https://github.com/prikhi/bnb-staking-csvs/actions/workflows/main.yml)\n\n\nGenerate CSV exports of your staking rewards on BinanceChain.\n\nRequires [`stack`][get-stack]:\n\n```sh\nstack run -- \u003cDELEGATOR_PUBKEY\u003e\nstack run -- --help\n```\n\n[get-stack]: https://docs.haskellstack.org/en/stable/README/\n\n\n## Install\n\nYou can install the CLI exe by running `stack install`. This lets you call the\nexecutable directly instead of through stack:\n\n```sh\n$ stack install\n$ export PATH=\"${HOME}/.local/bin/:${PATH}\"\n$ bnb-staking-csvs bnb1hwzqet2vusraqvxfxgr6zhupd8kpgz5hpl2wf2 | head -n 4\ntime,amount,currency,delegator,validator,validatorAddress,height\n2021-04-09T20:00:00-04:00,0.00118792,BNB,bnb1hwzqet2vusraqvxfxgr6zhupd8kpgz5hpl2wf2,BscScan,bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt,155843908\n2021-04-10T20:00:00-04:00,0.00095682,BNB,bnb1hwzqet2vusraqvxfxgr6zhupd8kpgz5hpl2wf2,BscScan,bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt,156060618\n2021-04-11T20:00:00-04:00,1.74196290,BNB,bnb1hwzqet2vusraqvxfxgr6zhupd8kpgz5hpl2wf2,TW Staking,bva1c6aqe9ndzcn2nsan963z43xg6kgrvzynl97785,156277904\n```\n\n\n## Build\n\nYou can build the project with stack:\n\n```sh\nstack build\n```\n\nFor development, you can enable fast builds with file-watching,\ndocumentation-building, \u0026 test-running:\n\n```sh\nstack test --haddock --fast --file-watch --pedantic\n```\n\nTo build \u0026 open the documentation, run\n\n```sh\nstack haddock --open bnb-staking-csvs\n```\n\n\n## LICENSE\n\nBSD-3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprikhi%2Fbnb-staking-csvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprikhi%2Fbnb-staking-csvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprikhi%2Fbnb-staking-csvs/lists"}