View source: R/format_binance_withdrawals.R
format_binance_withdrawals | R Documentation |
Format a .xlsx withdrawal history file from Binance for later ACB processing.
format_binance_withdrawals(data, list.prices = NULL, force = FALSE)
data |
The dataframe |
list.prices |
A |
force |
Whether to force recreating |
To get this file, connect to your Binance account on desktop, click "Wallet" (top right), "Transaction History", then in the "Type" column, choose "Withdraw". Next, click on "Export Withdrawal History" on the right and choose your time frame (you will probably need to choose "Customized"). You are only allowed to choose up to 3 months, so you might have to download more than one file and merge them before using this function.
Warning: This does NOT process TRADES See the format_binance_trades()
function for this purpose.
A data frame of exchange transactions, formatted for further processing.
format_binance_withdrawals(data_binance_withdrawals)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.