bt_withdraw: Withdraw Funds from an Account

View source: R/private-interface.r

bt_withdrawR Documentation

Withdraw Funds from an Account

Description

The bt_withdraw() function moves funds from a https://bittrex.com account to a specified address. It does not include the transaction fee.

Usage

bt_withdraw(currency, quantity, address, paymentid)

Arguments

currency

the currency to withdraw.

quantity

the quantity of the currency to withdraw.

address

where to send the funds.

paymentid

CryptoNotes/BitShareX/Nxt optional field (memo/paymentid).

Value

A named list with the following elements:

  • success: a boolean indicating whether the request was successful.

  • message: a string describing the error if the request was not successful, otherwise an empty string.

  • result: a named list, with element "uuid" whose element is an integer identifying the order.

References

https://bittrex.com/api/v1.1/account/withdraw

See Also

bt_getbalance(), bt_getbalances()

Examples

## Not run: 
# Note you must authenticate first.
# Send the author your bitcoins.
bt_widthdraw("btc", 10, "1Q6WissSMNF7NCNw3sDXQ2F7AbrSCYouj2")

## End(Not run)

ropensci/bittrex documentation built on July 6, 2022, 7:53 a.m.