Skip to main content

eth_coinbase

Returns the client coinbase address.

Parameters (by position)

This method does not accept any parameters.

Result

Coinbase address string

hex encoded address

Match pattern: ^0x[0-9a-fA-F]{40}$


Examples

eth_coinbase example

Request

{
"params": []
}

Response

"0xfe3b557e8fb62b89f4916b721be55ceb828dbd73"