Skip to main content

Find Transaction by Digest

Loading...

Updated on
Mar 24, 2026

Find Transaction by Digest

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
transaction
object
Loading...
gasInput
object
Loading...
gasSponsor
object
Loading...
address
string
Loading...
gasPrice
string
Loading...
gasBudget
string
Loading...
effects
object
Loading...
status
string
Loading...
timestamp
string
Loading...
checkpoint
object
Loading...
sequenceNumber
integer
Loading...
epoch
object
Loading...
epochId
integer
Loading...
referenceGasPrice
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { transaction(digest: \"3cbBW8aiTFvQhgvHNRFpzeD3NdmL8DWa6TDJGtvJHQhm\") { gasInput { gasSponsor { address } gasPrice gasBudget } effects { status timestamp checkpoint { sequenceNumber } epoch { epochId referenceGasPrice } } } }"
6
}'
7
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { transaction(digest: \"3cbBW8aiTFvQhgvHNRFpzeD3NdmL8DWa6TDJGtvJHQhm\") { gasInput { gasSponsor { address } gasPrice gasBudget } effects { status timestamp checkpoint { sequenceNumber } epoch { epochId referenceGasPrice } } } }"
6
}'
7
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free