v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Mining Pool

Get Payout Destination

Returns the current payout destination setting for a specific mining account belonging to the authenticated user.

<Warning> Rate limit: 1000 requests/10 sec. </Warning>
post/api/v4/mining/payout-destination

Request body

accountNamestring required

Mining pool account name

Example request

{
  "accountName": "my_miner_01"
}

Response

Successful response

payoutDestination'main_balance' | 'external_address'

Payout destination type

externalAddressstring nullable

External BTC address (null if destination is main_balance)