Skip to main content

dag_getEventPayload RPC Method

Loading...

Updated on
Apr 06, 2026

dag_getEventPayload RPC Method

Parameters

eventID
string
Loading...
transaction_detail_flag
boolean
Loading...

Returns

object
Loading...
version
Loading...
epoch
Loading...
seq
Loading...
hash
Loading...
frame
Loading...
creator
Loading...
prevEpochHash
Loading...
parents
Loading...
gasPowerLeft
Loading...
gasPowerUsed
Loading...
lamport
Loading...
creationTime
Loading...
medianTime
Loading...
extraData
Loading...
transactionsRoot
Loading...
transactions
Loading...
Request
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "dag_getEventPayload",
6
"params": [
7
"0x00033bbf00000719167a3b2c445bd3e53e9c35d16cf52ac24852317b9605d07e",
8
true
9
],
10
"id": 1
11
}'
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "dag_getEventPayload",
6
"params": [
7
"0x00033bbf00000719167a3b2c445bd3e53e9c35d16cf52ac24852317b9605d07e",
8
true
9
],
10
"id": 1
11
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"version": "1",
6
"epoch": "0x1",
7
"seq": "0x1",
8
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
9
"frame": "0x1",
10
"creator": "0xa126dd67ee1ab5758d27b95cf4ce1fdd7e6b663f",
11
"prevEpochHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
12
"parents": [],
13
"gasPowerLeft": {
14
"shortTerm": "0x0",
15
"longTerm": "0x0"
16
},
17
"gasPowerUsed": "0x0",
18
"lamport": "0x0",
19
"creationTime": "0x0",
20
"medianTime": "0x0",
21
"extraData": "0x",
22
"transactionsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
23
"transactions": []
24
}
25
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"version": "1",
6
"epoch": "0x1",
7
"seq": "0x1",
8
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
9
"frame": "0x1",
10
"creator": "0xa126dd67ee1ab5758d27b95cf4ce1fdd7e6b663f",
11
"prevEpochHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
12
"parents": [],
13
"gasPowerLeft": {
14
"shortTerm": "0x0",
15
"longTerm": "0x0"
16
},
17
"gasPowerUsed": "0x0",
18
"lamport": "0x0",
19
"creationTime": "0x0",
20
"medianTime": "0x0",
21
"extraData": "0x",
22
"transactionsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
23
"transactions": []
24
}
25
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free