v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBMining Pool
Set Payout Destination
Updates the payout destination for a specific mining account belonging to the authenticated user. Can be set to main balance or an external BTC address.
<Warning> Rate limit: 1000 requests/10 sec. </Warning>post/api/v4/mining/payout-destination/edit
Request body
Example request
{
"accountName": "my_miner_01",
"destination": "external_address",
"address": "bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh"
}Response
Successful response