bt_getbalances: Account Balances for All Currencies

Description Usage Value References See Also Examples

Description

The bt_getbalances() function retrieves the account balance for all currencies on https://bittrex.com. This function can only be used after you provide information for authentication.

Usage

1

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
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## Not run: 
# Note you must authenticate first.
balances <- bt_getbalances()$result
# $success
# [1] TRUE
#
# $message
# [1] ""
#
# $result
#   currency   balance available pending
# 1      BTC 0.0000000 0.0000000       0
# 2      ETH 0.2187638 0.2187638       0
# 3      LTC 0.0000000 0.0000000       0
#                               crypto_address
# 1         1Q6WissSMNF7NCNw3sDXQ2F7AbrSCYouj2
# 2 0x0ceac821a72037b07df691a53e201d797252b5a6
# 3         Li71CUBjxFH6PfEZn2phqfPhoasydfNfqF

## End(Not run)

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