Mining Pool/API Documentation/Payments
Update payment settings
Sets the payment settings for a specific subaccount and currency type.
Authorization
authorization
<token>Use your API key here.
In: header
Request Body
application/json
Requiredwallet_id
RequirednumberMinimum:
0
payment_frequency
RequiredstringPayment Status
Value in:
"UNSPECIFIED" | "DAILY" | "WEEKLY" | "MONTHLY"
day_of_week
stringPay day
Value in:
"UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"
addresses
Requiredarray<object>Path Parameters
currency_type
RequiredstringWhich currency to query, e.g. BTC or ZEN.
Value in:
"BTC" | "LTC_DOGE" | "SC" | "ZEC" | "ZEN"
subaccount_name
RequiredstringA subaccount name for which to retrieve summary information.
Minimum length:
1
Response with the updated payment settings for a specific subaccount and currency type.