Calls the Bitfinex API to determine platform operative status.

get_status()

Value

Either "Operative" if platform is usable, or "Maintenace".

Examples

if (FALSE) { print(get_status()) # Output: # [1] "Operative" }