Up to 50% Off on Your First Month

0

2

:

0

1

:

1

6

:

2

8

Sale bannerSale banner

Last updated on January 1, 1970

1 min read

Method eth_accounts Gnosis Chain (GNO)
connect with JSON-RPC protocol

eth_accounts

info-circle-fill

Returns a list of account addresses a client owns.

Parameters

-

Request

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

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": [
        "0x8a4b7469c9c44826334f44561c5e5859a07b0123"
    ]
}
banner icon

Start Building with GetBlock RPCs for Free