Share your feedback on Twitter and claim 5M Free GetBlock Requests

banner image

Last updated on January 1, 1970

1 min read

Method eth_coinbase Fuse.io (FUSE)
connect with JSON-RPC protocol

eth_coinbase

info-circle-fill

Returns the client coinbase address.

Parameters

-

Request

curl --location --request POST 'https://fuse.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_coinbase",
"params": [],
"id": "getblock.io"}'

Response

{
    "error": {
        "code": -32023,
        "data": "\"\"",
        "message": "No accounts were found"
    },
    "id": "getblock.io",
    "jsonrpc": "2.0"
}
banner icon

Start Building with GetBlock RPCs for Free