cURL
curl --request POST \ --url https://whitebit.com/api/v4/mining/payout-destination \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "accountName": "my_miner_01" } '
{ "payoutDestination": "main_balance", "externalAddress": null }
The endpoint returns the current payout destination setting for a specific mining account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Mining pool account name
"my_miner_01"
Successful response
Payout destination type
main_balance
external_address
External BTC address (null if destination is main_balance)
Was this page helpful?