Skip to main content
POST
eth_getAccount
Plasma API method that returns the account information for a given address.

Parameters

  • address — the address of the account
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • object — account object with balance, nonce, codeHash, and storageRoot

eth_getAccount code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getAccount
params
string[]

The address of the account.

Response

200 - application/json

Returns the account information for a given address.

jsonrpc
string
id
integer
result
object | null
Last modified on May 18, 2026