Learn R Programming

cryptoTax (version 0.0.5)

format_pooltool: Format ADA rewards from blockchain CSV

Description

Format a .csv transaction history file from the Cardano PoolTool for later ACB processing. Instructions: Use https://pooltool.io/ click on "rewards data for taxes", search your ADA address, scroll to the bottom of the page, and use the export tool to export all transactions. Make sure to use the "Generic(CSV)" format.

Usage

format_pooltool(data)

Value

A data frame of exchange transactions, formatted for further processing.

Arguments

data

The dataframe

Details

This is necessary e.g., if you used the Exodus wallet which does not report ADA rewards in its transaction history file.

Examples

Run this code
format_pooltool(data_pooltool)

Run the code above in your browser using DataLab