Get uptime
Returns Uptime for one or more subaccounts. Accepts either a list of subaccounts or an entire subaccount group. Can only be computed for tick sizes 1d, 1w and 1M.
Authorization
authorization<token>Use your API key here.
In: header
Path Parameters
currency_typeRequiredstringWhich currency to query, e.g. BTC or DOGE.
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN" | "LTC" | "DOGE"Query Parameters
start_dateRequiredstringThe start date to use for the returned data.
"date"end_dateRequiredstringThe end date to use for the returned data. Will be transformed to include the last second of the day (23:59:59.999) or current time if in the future.
"date"tick_sizeRequiredstringThe tick size defines granularity; only 1d, 1w, and 1M are supported for uptime.
"1d" | "1w" | "1M"page_numbernumberThe page number to use for the returned data.
1page_sizenumberThe page size to use for the returned data.
1subaccount_namesAny properties in string,array<string>An array of subaccount names for which to retrieve summary information.
group_idstringAn alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names
"uuid"Default Response