Skip to main content

Get All Dynamic Fields

Loading...

Updated on
Mar 24, 2026

Get All Dynamic Fields

Parameters

id
string
REQUIRED
Loading...

Returns

data
object
Loading...
address
object
Loading...
dynamicFields
object
Loading...
nodes
array
Loading...
name
object
Loading...
type
object
Loading...
repr
string
Loading...
json
string
Loading...
value
object
Loading...
__typename
string
Loading...
type
object
Loading...
repr
string
Loading...
json
object
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 ($id: SuiAddress!) { address(address: $id) { dynamicFields { nodes { name { ...Value } value { __typename ... on MoveValue { ...Value } ... on MoveObject { contents { ...Value } } } } } } } fragment Value on MoveValue { type { repr } json }",
6
"variables": {
7
"id": "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 ($id: SuiAddress!) { address(address: $id) { dynamicFields { nodes { name { ...Value } value { __typename ... on MoveValue { ...Value } ... on MoveObject { contents { ...Value } } } } } } } fragment Value on MoveValue { type { repr } json }",
6
"variables": {
7
"id": "0x27c4fdb3b846aa3ae4a65ef5127a309aa3c1f466671471a806d8912a18b253e8"
8
}
9
}'
10
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free