R/bitfinex-public.R
get_status.Rd
Calls the Bitfinex API to determine platform operative status.
get_status()
Either "Operative" if platform is usable, or "Maintenace".
if (FALSE) { print(get_status()) # Output: # [1] "Operative" }