Mining Pool/API Documentation/Payments
Get transactions
Returns a list of transactions for a specified list of subaccounts or for a site. The latest available data is appended daily at 05:00 AM UTC.
Authorization
authorization<token>Use your API key here.
In: header
Path Parameters
currency_typeRequiredstringWhich currency to query, e.g. BTC or DOGE.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC"Query Parameters
subaccount_namesAny properties in Any properties in string,array<string>,array<string>site_idAny properties in string,stringstart_dateRequiredstringFormat:
"date"end_dateRequiredstringFormat:
"date"transaction_typestringThe transaction concept to filter by.
Value in:
"debit" | "credit"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
10Minimum: 1Default Response