Skip to main content

eth_getTransactionByBlockNumberAndIndex RPC Method

Loading...

Updated on
Apr 06, 2026

Parameters

blockNumber
string
REQUIRED
Loading...
index
string
REQUIRED
Loading...

Returns

object
object | null
Loading...
blockHash
string | null
Loading...
blockNumber
string | null
Loading...
from
string
Loading...
gas
string
Loading...
gasPrice
string
Loading...
maxFeePerGas
string
Loading...
maxPriorityFeePerGas
string
Loading...
hash
string
Loading...
input
string
Loading...
nonce
string
Loading...
to
string | null
Loading...
transactionIndex
string | null
Loading...
value
string
Loading...
type
string
Loading...
chainId
string
Loading...
v
string
Loading...
r
string
Loading...
s
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x000561ea000005e16ee478c057f29b667e8889ea0e12f018cd97ef7bd02bb157",
6
"blockNumber": "0x731bc54",
7
"from": "0xdf114efb58edc810f609362cc3294f49b6c39789",
8
"gas": "0x28928",
9
"gasPrice": "0x495228f0",
10
"hash": "0xf13723ef136bf2b4ee508482791db4c6c53486fc55df46d9142afb1c731fc6cb",
11
"input": "0xa9059cbb000000000000000000000000df114efb58edc810f609362cc3294f49b6c39789000000000000000000000000000000000000000000000000000000000000084f",
12
"nonce": "0x5a",
13
"to": "0xb5c622c8598c5f69d48dea1ea414189502e6b35d",
14
"transactionIndex": "0x0",
15
"value": "0x0",
16
"type": "0x0",
17
"v": "0x218",
18
"r": "0x743051f2e255729843ae310d65825130a9a65db3b3cc6725f24c4303c4378d0f",
19
"s": "0x4782c90ba9e4884bc9bca6514fd0900fff23e52ea34c939fa7f245846e0fe10c"
20
}
21
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x000561ea000005e16ee478c057f29b667e8889ea0e12f018cd97ef7bd02bb157",
6
"blockNumber": "0x731bc54",
7
"from": "0xdf114efb58edc810f609362cc3294f49b6c39789",
8
"gas": "0x28928",
9
"gasPrice": "0x495228f0",
10
"hash": "0xf13723ef136bf2b4ee508482791db4c6c53486fc55df46d9142afb1c731fc6cb",
11
"input": "0xa9059cbb000000000000000000000000df114efb58edc810f609362cc3294f49b6c39789000000000000000000000000000000000000000000000000000000000000084f",
12
"nonce": "0x5a",
13
"to": "0xb5c622c8598c5f69d48dea1ea414189502e6b35d",
14
"transactionIndex": "0x0",
15
"value": "0x0",
16
"type": "0x0",
17
"v": "0x218",
18
"r": "0x743051f2e255729843ae310d65825130a9a65db3b3cc6725f24c4303c4378d0f",
19
"s": "0x4782c90ba9e4884bc9bca6514fd0900fff23e52ea34c939fa7f245846e0fe10c"
20
}
21
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free