Skip to main content

eth_accounts

Returns accounts list.

curl --request POST \
--url https://evm.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [],
"method": "eth_accounts"
}'

Result

Schema
type : array
  • items[x] string
    type : string
    Pattern : ^0x[0-9,a-f,A-F]{40}$