Returns the client coinbase address.
Parameters
This method does not accept any parameters.Returns
string
The current coinbase address (20 bytes).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_coinbase",
"params": []
}
{
"id": 1,
"jsonrpc": "2.0",
"result": "0x407d73d8a49eeb85d32cf465507dd71d507100c1"
}
Get the client coinbase address
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_coinbase",
"params": []
}
{
"id": 1,
"jsonrpc": "2.0",
"result": "0x407d73d8a49eeb85d32cf465507dd71d507100c1"
}
| Code | Message | Description |
|---|---|---|
| 4100 | Requested method not supported | The method is not supported by the wallet |
Was this page helpful?