Skip to main content

suix_getDynamicFieldObject RPC Method

Return the dynamic field object information for a specified object.

Updated on
Dec 10, 2024

suix_getDynamicFieldObject RPC Method

Parameters

parent_object_id
string
REQUIRED
The ID of the parent object
object
object
An object which contains the following fields:
type
string
Specifies the type of the object or data being referenced
value
string
The associated value for the specified type

Returns

result
object
The result object which contains information about the query results.
data
object
The data object containing detailed information about the result.
objectId
string
A unique identifier for the object.
version
string
The version of the object, representing its state or revision.
digest
string
A hash or checksum for the object, ensuring data integrity.
type
string
The type of the object, specifying its classification or purpose.
owner
object
The owner object containing details about the ownership of the object.
AddressOwner
string
The address of the owner associated with the object.
previousTransaction
string
The identifier of the transaction that previously modified the object.
storageRebate
string
The rebate amount related to the storage cost of the object.
content
object
The content object providing additional details about the object’s data and attributes.
dataType
string
The type of data stored in the object.
type
string
The specific type of the content, detailing its format or structure.
hasPublicTransfer
boolean
Indicates whether the content can be publicly transferred.
fields
object
An object containing specific fields related to the content. The structure of this object depends on the context or type.
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "suix_getDynamicFieldObject",
7
"params": [
8
"0x9d0d275efbd37d8a8855f6f2c761fa5983293dd8ce202ee5196626de8fcd4469",
9
{
10
"type": "0xdee9::clob_v2",
11
"value": "SOME_VALUE"
12
}
13
]
14
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free