format_pooltool: Format ADA rewards from blockchain CSV

View source: R/format_pooltool.R

format_pooltoolR Documentation

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)

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.

Value

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

Examples

format_pooltool(data_pooltool)

cryptoTax documentation built on March 7, 2023, 7:46 p.m.