bt_withdraw: Withdraw Funds from an Account

Description Usage Arguments Value References See Also Examples

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

1
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:

References

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

See Also

bt_getbalance(), bt_getbalances()

Examples

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

## End(Not run)

2ndTime/bittrex2 documentation built on May 31, 2019, 2:19 p.m.