wallet_deposit_history.Rd
Exposes the GET /sapi/v1/capital/deposit/hisrec
endpoint.
wallet_deposit_history(coin, start_time = NULL, end_time = NULL, limit = 1000)
Coin.
Start time. Something that can be coerced to POSIXct
.
End time. Something that can be coerced to POSIXct
.
Maximum number of records in result. Default is 1000 and maximum is 1000.
A data frame.
if (FALSE) {
wallet_deposit_history("ETH")
}