View source: R/format_CDC_exchange_rewards.R
format_CDC_exchange_rewards | R Documentation |
Format a .csv transaction history file from the
Crypto.com exchange for later ACB processing. Only processes
rewards and withdrawal fees, not trades (see
format_CDC_exchange_trades
for this).
To download the rewards/withdrawal fees data from the Crypto.com exchange as a CSV file, copy and paste the code below and save it as a bookmark in your browser.
javascript:(function(){function callback(){window.cdc()}var s=document.createElement("script");s.src="https://cdn.jsdelivr.net/gh/ConorIA/cdc-csv@master/cdc.js";if(s.addEventListener){s.addEventListener("load",callback,false)}else if(s.readyState){s.onreadystatechange=callback}document.body.appendChild(s);})()
Then log into the crypto.com exchange and click the bookmark you saved. It will automatically download a CSV that contains Supercharger rewards, withdrawal fees, CRO staking interest (if you have an exchange stake), among others.
Note that this code does not include the initial referral reward in CRO for signup or on the Crypto.com exchange. It must be added manually.
WARNING: DOES NOT DOWNLOAD TRADES, ONLY REWARDS, ONLY REWARDS AND WITHDRAWALS!
format_CDC_exchange_rewards(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_exchange_rewards(data_CDC_exchange_rewards)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.