bt_getbalance: Account Balance for a Specified Currency

Description Usage Arguments Value References See Also Examples

Description

The bt_getbalance() function retrieves the account balance for a specified currency on https://bittrex.com. This function can only be used after you provide information for authentication.

Usage

1
bt_getbalance(currency)

Arguments

currency

currency to retrieve the account balance for.

Value

A named list with the following elements:

References

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

See Also

bt_authenticate()

Examples

1
2
3
4
5
6
7
## Not run: 
Note you must authenticate first.
bt_getbalance("btc")$result
#   currency balance available pending                     crypto_address
# 1      BTC       0         0       0 1Q6WissSMNF7NCNw3sDXQ2F7AbrSCYouj2

## End(Not run)

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