Account
eth_accounts
Type
Description
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}' http://localhost:8551
// Result
{
"jsonrpc": "2.0",
"id":1,
"result": ["0xc94770007dda54cF92009BFF0dE90c06F603a09f"]
}eth_getBalance
Name
Type
Description
Type
Description
eth_getCode
Type
Description
Type
Description
eth_getTransactionCount
Type
Description
Type
Description
eth_sign
Name
Type
Description
Type
Description
Last updated
Was this helpful?