docs.stake.tax
  • StakeTax Documentation
  • DEVS
    • github for stake.tax
    • Add New CSV format example
    • Adding CSV in cosmos-based ecosystem
    • Configuring use of Mintscan API
  • Tokens
    • COSMOS+ (v1)
    • COSMOS+ (v2)
    • AKT
    • ALGO
    • ARCH
    • ATOM
    • BLD
    • BTSG
    • DVPN
    • DYDX
    • DYM
    • EVMOS
    • FET
    • HUAHUA
    • INJ
    • IOTX
    • JUNO
    • KUJI
    • KYVE
    • LUNA1 (LUNC)
    • LUNA2 (LUNA)
    • NLS
    • NTRN
    • OSMO
    • REGEN
    • SAGA
    • SEI
    • SOL
    • STARS
    • STRD
    • TIA
    • BAND (no longer supported)
  • CSV FORMATS
    • Default (StakeTax CSV)
    • Accointing
    • Awaken Tax
    • bitcoin.tax
    • BittyTax
    • Blockpit
    • Coinpanda
    • Cointelli
    • Cointracker
    • Cointracking
    • CoinLedger (CryptoTrader.Tax)
    • Cryptio
    • CryptoTaxCalculator
    • Crypto.com Tax
    • CryptoBooks
    • Cryptoworth
    • Divly
    • Koinly
    • Recap
    • Taxbit
    • TokenTax
    • ZenLedger
  • FAQ
    • FAQ
  • MEDIA
    • Media Assets
Powered by GitBook
On this page

Was this helpful?

  1. DEVS

github for stake.tax

stake.tax

PreviousStakeTax DocumentationNextAdd New CSV format example

Last updated 2 years ago

Was this helpful?

The CSV codebase for stake.tax is open source!

  • Is stake.tax missing support for certain transactions? Write a PR!

  • A preview:

# Create default CSV
python3 report_sol.py <wallet_address>

# Create all CSV formats (i.e. koinly, cointracking, etc.)
python3 report_sol.py <wallet_address> --format all

# Show CSV result for single transaction (great for development/debugging)
python3 report_sol.py <wallet_address> --txid <txid>

Example to add new cosmos-based CSV (i.e. Agoric, BLD):

Example to add new CSV format (i.e. coinledger):

https://github.com/hodgerpodger/staketaxcsv/commit/ff8af30b85ea4416504d043723e91f3edf5c7ee1
https://github.com/hodgerpodger/staketaxcsv/commit/105b9e50dc08349dc750fd2e3f99298c369b543e
LogoGitHub - hodgerpodger/staketaxcsv: python repo to create blockchain CSVsGitHub