suix_getDynamicFields RPC Method
Parameters
parent_object_id
string
REQUIRED
The ID of the parent object
cursor
string
An optional paging cursor. If provided, the query will start from the next item after the specified cursor. Default to start from the first item if not specified
limit
integer
Maximum number of items per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified
Returns
result
object
The result object which contains information about the query results and pagination details.
data
array
An array of objects, each representing an individual record with associated details.
name
object
The name object that provides metadata about the record.
type
string
The type of the name, describing its format or usage.
value
string
The actual value of the name field.
bcsName
string
The serialized name value in BCS (Binary Canonical Serialization) format.
type
string
The type or category of the object being represented.
objectType
string
The specific type of the object, detailing its classification.
objectId
string
A unique identifier for the object.
version
integer
The version number of the object, indicating its state or revision.
digest
string
A hash or checksum of the object, ensuring data integrity.
nextCursor
string
The cursor value used to fetch the next set of results in a paginated query.
hasNextPage
boolean
A flag indicating whether there are additional pages of data to retrieve.
Request
1curl --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_getDynamicFields",7"params": [8"0x0466a9a57add505b7b85ac485054f9b71f574f4504d9c70acd8f73ef11e0dc30",9"0x94e67260fdb34b8ced54814f9f78bd155a8406ab9aade092173b0422496a963f"10]11}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free