> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whitebit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mining Pool

> Overview of the WhiteBIT Mining Pool endpoints — accounts, pool stats, rewards, hashrate, payout destinations, workers, and watcher links.

The Mining Pool endpoints manage pool mining accounts and monitor performance: create and list mining accounts, read pool stats and rewards, track account and worker hashrate, configure payout destinations, inspect miners and workers, and share read-only watcher links.

For general API conventions (base URL, authentication, error format, rate limits), see the [API Reference Overview](/api-reference/overview).

## Accounts and pool

<CardGroup cols={2}>
  <Card title="Create Mining Account" icon="plus" href="/api-reference/mining-pool/create-mining-account">
    Create a mining account under the main account.
  </Card>

  <Card title="Get Mining Accounts" icon="list" href="/api-reference/mining-pool/get-mining-accounts">
    List the mining accounts and each account's configuration.
  </Card>

  <Card title="Pool Overview" icon="chart-simple" href="/api-reference/mining-pool/pool-overview">
    Read aggregate pool statistics.
  </Card>
</CardGroup>

## Rewards and hashrate

<CardGroup cols={2}>
  <Card title="Get Rewards" icon="coins" href="/api-reference/mining-pool/get-rewards">
    Retrieve mining rewards.
  </Card>

  <Card title="Account Hashrate" icon="gauge-high" href="/api-reference/mining-pool/account-hashrate">
    Read account-level hashrate.
  </Card>

  <Card title="Worker Hashrate" icon="gauge" href="/api-reference/mining-pool/worker-hashrate">
    Read per-worker hashrate.
  </Card>

  <Card title="Miner Info" icon="microchip" href="/api-reference/mining-pool/miner-info">
    Inspect miner details.
  </Card>

  <Card title="Worker Names" icon="tags" href="/api-reference/mining-pool/worker-names">
    List worker names.
  </Card>
</CardGroup>

## Payouts and watcher links

<CardGroup cols={2}>
  <Card title="Get Payout Destination" icon="location-dot" href="/api-reference/mining-pool/get-payout-destination">
    Read the configured payout destination.
  </Card>

  <Card title="Set Payout Destination" icon="location-crosshairs" href="/api-reference/mining-pool/set-payout-destination">
    Configure the payout destination.
  </Card>

  <Card title="Create Watcher Link" icon="link" href="/api-reference/mining-pool/create-watcher-link">
    Create a read-only watcher link.
  </Card>

  <Card title="List Watcher Links" icon="link-slash" href="/api-reference/mining-pool/list-watcher-links">
    List existing watcher links.
  </Card>
</CardGroup>

## What's next

* [API Reference Overview](/api-reference/overview) — base URL, authentication, and all endpoint groups
