wallet_withdrawal_history: Withdrawal history

View source: R/wallet-deposit-withdraw.R

wallet_withdrawal_historyR Documentation

Withdrawal history

Description

Exposes the GET /sapi/v1/capital/withdraw/history endpoint.

Usage

wallet_withdrawal_history(
  coin,
  start_time = NULL,
  end_time = NULL,
  limit = 1000
)

Arguments

coin

Coin.

start_time

Start time. Something that can be coerced to POSIXct.

end_time

End time. Something that can be coerced to POSIXct.

limit

Maximum number of records in result. Default is 1000 and maximum is 1000.

Value

A data frame.

Examples

## Not run: 
wallet_withdrawal_history("ETH")

## End(Not run)

datawookie/binance documentation built on March 19, 2023, 11:01 p.m.