> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/clv-chain-developer-guide/technical-documentations/web3-compatibility/eth_coinbase.md).

# eth\_coinbase

```
web3.eth.getCoinbase([callback])
```

#### Returns

The coinbase address set in the node for mining rewards

#### Example

```
> web3.eth.getCoinbase().then(console.log)
> 0x0000000000000000000000000000000000000000
```
