
Sample data set of a fictive Binance withdrawals transaction history file
Source:R/data_binance_withdrawals.R
data_binance_withdrawals.Rd
A fictive withdrawals Binance data set to demonstrate format_binance_withdrawals()
.
Format
A data frame with 3 rows and 10 variables:
- Date(UTC)
the date
- Coin
currency
- Network
network type
- Amount
quantity
- TransactionFee
transaction fee
- Address
destination address
- TXID
transaction ID
- SourceAddress
source address
- PaymentID
payment ID
- Status
status
...