getbalance: Account Balance for a Specified Currency

Description Usage Arguments Value References See Also Examples

View source: R/ccex.r

Description

The getbalance function retrieves the account balance for a specified currency on the C-Cex crypto-currency exchange https://c-cex.com. This function can be used after you provide information for authentication.

Usage

1
getbalance(currency = "btc")

Arguments

currency

the currency to get your account balance for.

Value

A named list with the following elements:

References

https://c-cex.com/?id=api#getbalance

See Also

ccex_authenticate

Examples

1
2
3
4
## Not run: 
getbalance("btc") 

## End(Not run)

kaneplusplus/ccex documentation built on May 20, 2019, 7:20 a.m.