Skip to main content

eth_getTransactionReceipt RPC Method

Loading...

Updated on
Mar 30, 2026

eth_getTransactionReceipt RPC Method

Please note that transaction receipts are not available for pending transactions.

Parameters

hash
string
REQUIRED
Loading...

Returns

object
Loading...
blockHash
Loading...
blockNumber
Loading...
contractAddress
Loading...
cumulativeGasUsed
Loading...
effectiveGasPrice
Loading...
from
Loading...
gasUsed
Loading...
logs
Loading...
address
Loading...
topics
Loading...
data
Loading...
blockNumber
Loading...
transactionHash
Loading...
transactionIndex
Loading...
blockHash
Loading...
logIndex
Loading...
removed
Loading...
logsBloom
Loading...
status
Loading...
to
Loading...
transactionHash
Loading...
transactionIndex
Loading...
type
Loading...
Request
1
curl -X POST "https://docs-demo.imx-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getTransactionReceipt",
6
"params": [
7
"0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.imx-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getTransactionReceipt",
6
"params": [
7
"0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
6
"blockNumber": "0xcbe8b",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0x644f5a",
9
"effectiveGasPrice": "0x174876e831",
10
"from": "0x62b0474b1d31e017d9ba7728c91b11b7143eb59c",
11
"gasUsed": "0x644f5a",
12
"logs": [
13
{
14
"address": "0x71d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
15
"topics": [
16
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
17
"0x0000000000000000000000000000000000000000000000000000000000000000",
18
"0x00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c",
19
"0x000000000000000000000000a57dcb9791792ec27bd2e33fd4c37fba306a579d"
20
],
21
"data": "0x",
22
"blockNumber": "0xcbe8b",
23
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
24
"transactionIndex": "0x0",
25
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
26
"logIndex": "0x0",
27
"removed": false
28
},
29
{
30
"address": "0x71d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
31
"topics": [
32
"0x3edc37a14cc8047c7c8a3f354311efe86c14848efd4e3765a3e1e57eea04ea76"
33
],
34
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ada708db37470f6707075cbdc7bd295d30b25e",
35
"blockNumber": "0xcbe8b",
36
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
37
"transactionIndex": "0x0",
38
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
39
"logIndex": "0x1",
40
"removed": false
41
},
42
{
43
"address": "0xa57dcb9791792ec27bd2e33fd4c37fba306a579d",
44
"topics": [
45
"0x68cc5c99c3d3fc4545fc38c25e0c6974cc1f0c1d73cc822a9f376904e5117dd1",
46
"0x9715200ac9c82fee540308c4abfcefe7cc7a28be3cbf55a2b38634e1f576b893",
47
"0x00000000000000000000000071d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
48
"0x00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c"
49
],
50
"data": "0x00000000000000000000000000000000000000000000000000000000000000002b85fd6ed10a411250ae956584eb81335d12f9ad7f86406664d236a316820583000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002e000000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c00000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000002ada708db37470f6707075cbdc7bd295d30b25e00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c00000000000000000000000000000000000000000000000000000000000001f400000000000000000000000000000000000000000000000000000000000000194253207465737420636f6c6c656374696f6e206c616e642031000000000000000000000000000000000000000000000000000000000000000000000000000005425354434c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003668747470733a2f2f6272696768747374617273747564696f732e6769746875622e696f2f6e66742d6d657461646174612f6c616e642f0000000000000000000000000000000000000000000000000000000000000000000000000000000000d668747470733a2f2f6d6167656e74612d776f7274687768696c652d6d6561646f776c61726b2d3839392e6d7970696e6174612e636c6f75642f697066732f516d564a7a346f69314a6d7239694a4e61355865677a7a6f666e746a786336656e46585052744a4c4156584a616a3f5f676c3d312a73706d3365752a5f67612a4d6a45784d5467314d6a59334e6934784e7a41774e6a51314f54677a2a5f67615f35524d505847313454452a4d5463774d4459304e546b344d7934784c6a45754d5463774d4459304e6a67304d7934324d4334774c6a412e00000000000000000000",
51
"blockNumber": "0xcbe8b",
52
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
53
"transactionIndex": "0x0",
54
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
55
"logIndex": "0x2",
56
"removed": false
57
}
58
],
59
"logsBloom": "0x00000004000000000000000000800000000000000000000000000010000100000000000000000000000000002200000000040000000000000020000000040000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000020000000000000000000800000000000000000000000000000000000000000000000001000000000000000400000000000000000000000000000000008000000000000001001000000100000000000000080000000000000000001000000400000000100000000000020000000000000000000012002000008000000000000000100000000000000000000",
60
"status": "0x1",
61
"to": "0xa57dcb9791792ec27bd2e33fd4c37fba306a579d",
62
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
63
"transactionIndex": "0x0",
64
"type": "0x2"
65
}
66
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
6
"blockNumber": "0xcbe8b",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0x644f5a",
9
"effectiveGasPrice": "0x174876e831",
10
"from": "0x62b0474b1d31e017d9ba7728c91b11b7143eb59c",
11
"gasUsed": "0x644f5a",
12
"logs": [
13
{
14
"address": "0x71d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
15
"topics": [
16
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
17
"0x0000000000000000000000000000000000000000000000000000000000000000",
18
"0x00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c",
19
"0x000000000000000000000000a57dcb9791792ec27bd2e33fd4c37fba306a579d"
20
],
21
"data": "0x",
22
"blockNumber": "0xcbe8b",
23
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
24
"transactionIndex": "0x0",
25
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
26
"logIndex": "0x0",
27
"removed": false
28
},
29
{
30
"address": "0x71d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
31
"topics": [
32
"0x3edc37a14cc8047c7c8a3f354311efe86c14848efd4e3765a3e1e57eea04ea76"
33
],
34
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ada708db37470f6707075cbdc7bd295d30b25e",
35
"blockNumber": "0xcbe8b",
36
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
37
"transactionIndex": "0x0",
38
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
39
"logIndex": "0x1",
40
"removed": false
41
},
42
{
43
"address": "0xa57dcb9791792ec27bd2e33fd4c37fba306a579d",
44
"topics": [
45
"0x68cc5c99c3d3fc4545fc38c25e0c6974cc1f0c1d73cc822a9f376904e5117dd1",
46
"0x9715200ac9c82fee540308c4abfcefe7cc7a28be3cbf55a2b38634e1f576b893",
47
"0x00000000000000000000000071d7c14f92f2dcd3315a83fe7e31a579b2fd5ce2",
48
"0x00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c"
49
],
50
"data": "0x00000000000000000000000000000000000000000000000000000000000000002b85fd6ed10a411250ae956584eb81335d12f9ad7f86406664d236a316820583000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002e000000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c00000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000002ada708db37470f6707075cbdc7bd295d30b25e00000000000000000000000062b0474b1d31e017d9ba7728c91b11b7143eb59c00000000000000000000000000000000000000000000000000000000000001f400000000000000000000000000000000000000000000000000000000000000194253207465737420636f6c6c656374696f6e206c616e642031000000000000000000000000000000000000000000000000000000000000000000000000000005425354434c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003668747470733a2f2f6272696768747374617273747564696f732e6769746875622e696f2f6e66742d6d657461646174612f6c616e642f0000000000000000000000000000000000000000000000000000000000000000000000000000000000d668747470733a2f2f6d6167656e74612d776f7274687768696c652d6d6561646f776c61726b2d3839392e6d7970696e6174612e636c6f75642f697066732f516d564a7a346f69314a6d7239694a4e61355865677a7a6f666e746a786336656e46585052744a4c4156584a616a3f5f676c3d312a73706d3365752a5f67612a4d6a45784d5467314d6a59334e6934784e7a41774e6a51314f54677a2a5f67615f35524d505847313454452a4d5463774d4459304e546b344d7934784c6a45754d5463774d4459304e6a67304d7934324d4334774c6a412e00000000000000000000",
51
"blockNumber": "0xcbe8b",
52
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
53
"transactionIndex": "0x0",
54
"blockHash": "0x309b9b338ac1db3c3cb2271ccdd37ef9bebeadf6b6f127081f1c0cb2b87773e6",
55
"logIndex": "0x2",
56
"removed": false
57
}
58
],
59
"logsBloom": "0x00000004000000000000000000800000000000000000000000000010000100000000000000000000000000002200000000040000000000000020000000040000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000020000000000000000000800000000000000000000000000000000000000000000000001000000000000000400000000000000000000000000000000008000000000000001001000000100000000000000080000000000000000001000000400000000100000000000020000000000000000000012002000008000000000000000100000000000000000000",
60
"status": "0x1",
61
"to": "0xa57dcb9791792ec27bd2e33fd4c37fba306a579d",
62
"transactionHash": "0x570517cf7a05218e909270dfa1d96c0afe9d252860fced810e1e4fbf9185c6c6",
63
"transactionIndex": "0x0",
64
"type": "0x2"
65
}
66
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free