Mining Pool/API Documentation/Reporting
Get developer fees
Allows querying dev fee for subaccounts. Returns hourly results (fixed tick size at 1_HOUR).
Authorization
authorization<token>Use your API key here.
In: header
Query Parameters
group_idstringAn alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names
Format:
"uuid"subaccount_namesAny properties in string,array<string>An array of subaccount names for which to retrieve summary information.
start_dateRequiredstringThe start date to use for the returned data.
Format:
"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.
Format:
"date"page_numbernumberThe page number to use for the returned data.
Minimum:
1page_sizenumberThe page size to use for the returned data.
Minimum:
1Default Response