View source: R/wallet-deposit-withdraw.R
| wallet_withdrawal_history | R Documentation | 
Exposes the GET /sapi/v1/capital/withdraw/history endpoint.
wallet_withdrawal_history(
  coin,
  start_time = NULL,
  end_time = NULL,
  limit = 1000
)
coin | 
 Coin.  | 
start_time | 
 Start time. Something that can be coerced to   | 
end_time | 
 End time. Something that can be coerced to   | 
limit | 
 Maximum number of records in result. Default is 1000 and maximum is 1000.  | 
A data frame.
## Not run: 
wallet_withdrawal_history("ETH")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.