Mining Pool/API Documentation/Payments
Get transactions
Returns a list of all transactions associated to one or more subaccounts, and a currency profile and a specified time period.
Authorization
authorization
<token>Use your API key here.
In: header
Path Parameters
currency_type
RequiredstringWhich currency to query, e.g. BTC or ZEN.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN"
Query Parameters
subaccount_names
array<string>An array of subaccount names for which to retrieve summary information.
group_id
stringAn alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names
Format:
"uuid"
start_date
RequiredstringThe start date to use for the returned data.
Format:
"date"
end_date
RequiredstringThe end date to use for the returned data.
Format:
"date"
page_number
numberThe page number to use for the returned data.
Minimum:
1
page_size
numberThe page size to use for the returned data.
Minimum:
1
Default Response