View source: R/format_binance.R
format_binance | R Documentation |
Format a .csv earn history file from Binance for later ACB processing.
format_binance(data, list.prices = NULL, force = FALSE)
data |
The dataframe |
list.prices |
A |
force |
Whether to force recreating |
To get this file. Download your overall transaction report (this will include your trades, rewards, & "Referral Kickback" rewards). To get this file, connect to your Binance account on desktop, click "Wallet" (top right), "Transaction History", then in the top-right, "Generate all statements". For "Time", choose "Customized" and pick your time frame.
Warning: This does NOT process WITHDRAWALS (see the
format_binance_withdrawals()
function for this purpose).
A data frame of exchange transactions, formatted for further processing.
format_binance(data_binance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.