Mining Pool/API Documentation/V1/Reporting
Get workers
Returns a summary of all workers associated with one or more subaccounts and a currency type.
Authorization
authorization<token>Use your API key here.
In: header
Path Parameters
currency_typeRequiredstringWhich currency to query, e.g. BTC or ZEC.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC"Query Parameters
page_numbernumberThe page number to use for the returned data.
Default:
1Minimum: 1page_sizenumberThe page size to use for the returned data.
Default:
10Minimum: 1statusstringThe status of the worker to filter by.
Value in:
"ACTIVE" | "INACTIVE"subaccount_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
Format:
"uuid"Default Response