メインコンテンツへスキップ

eth_getAccount RPC Method

読み込み中...

更新日:
Apr 03, 2026

eth_getAccount RPC Method

パラメータ

住所
文字列
必須
読み込み中...
blockReference
文字列
必須
読み込み中...

返します

結果
オブジェクト
読み込み中...
codeHash
文字列
読み込み中...
storageRoot
文字列
読み込み中...
バランス
文字列
読み込み中...
nonce
文字列
読み込み中...
リクエスト
回答
1
{
2
「jsonrpc」: "2.0",
3
"id": 1,
4
"result": {
5
"codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
6
"storageRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
7
"balance": "0x0",
8
"nonce": "0x0"
9
}
10
}
1
{
2
「jsonrpc」: "2.0",
3
"id": 1,
4
"result": {
5
"codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
6
"storageRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
7
"balance": "0x0",
8
"nonce": "0x0"
9
}
10
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう