Skip to main content

Find Transactions by Object

Loading...

Updated on
Mar 24, 2026

Find Transactions by Object

Parameters

objectID
string
REQUIRED
Loading...

Returns

data
object
Loading...
transactions
object
Loading...
nodes
array
Loading...
sender
object
Loading...
address
string
Loading...
digest
string
Loading...
effects
object
Loading...
objectChanges
object
Loading...
nodes
array
Loading...
address
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 ($objectID: SuiAddress!) { transactions(filter: {affectedObject: $objectID}) { nodes { sender { address } digest effects { objectChanges { nodes { address } } } } } }",
6
"variables": {
7
"objectID": "0x27c4fdb3b846aa3ae4a65ef5127a309aa3c1f466671471a806d8912a18b253e8"
8
}
9
}'
10
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 ($objectID: SuiAddress!) { transactions(filter: {affectedObject: $objectID}) { nodes { sender { address } digest effects { objectChanges { nodes { address } } } } } }",
6
"variables": {
7
"objectID": "0x27c4fdb3b846aa3ae4a65ef5127a309aa3c1f466671471a806d8912a18b253e8"
8
}
9
}'
10
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free