Mining Pool/API Documentation/Payments
Create payment settings
Creates the payment settings for a specific subaccount and currency type.
Authorization
authorization
<token>Use your API key here.
In: header
Request Body
application/json
Requiredpayment_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 payment settings for a specific subaccount and currency type.