Set Payout Destination
Set Payout Destination
Set or update the payout destination for mining rewards via the WhiteBIT V4 API.
POST
Set Payout Destination
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Mining pool account name
Example:
"my_miner_01"
Payout destination type
Available options:
main_balance, external_address Example:
"external_address"
External BTC address. Required when destination is external_address. Supports all standard Bitcoin address formats.
Maximum string length:
100Example:
"bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh"