View source: R/format_CDC_wallet.R
format_CDC_wallet | R Documentation |
Format a .csv transaction history file from the Crypto.com DeFi wallet for later ACB processing.
One way to download the CRO staking rewards data from the blockchain is to
visit http://crypto.barkisoft.de/ and input your CRO address. Keep the default
export option ("Koinly"). It will output a CSV file with your transactions.
Note: the site does not use a secure connection: use at your own risks.
The file is semi-column separated; when using read.csv
, add the sep = ";"
argument.
format_CDC_wallet(data, list.prices = NULL, force = FALSE)
data |
The dataframe |
list.prices |
A |
force |
Whether to force recreating |
A data frame of exchange transactions, formatted for further processing.
format_CDC_wallet(data_CDC_wallet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.