Skip to main content

Find Objects by Type

Loading...

Updated on
Mar 24, 2026

Find Objects by Type

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
objects
object
Loading...
nodes
array
Loading...
node
object
Loading...
address
string
Loading...
digest
string
Loading...
asMoveObject
object
Loading...
contents
object
Loading...
json
object
Loading...
id
string
Loading...
package
string
Loading...
module_name
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 { objects(filter: { type: \"0x2::package::Publisher\" }) { nodes { address digest asMoveObject { contents { json } } } } }"
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 { objects(filter: { type: \"0x2::package::Publisher\" }) { nodes { address digest asMoveObject { contents { json } } } } }"
6
}'
7
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free