suix_getDynamicFields
Deprecation notice
Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.
Returns a paginated list of dynamic field objects owned by a specified parent object ID. Dynamic fields allow objects to store flexible, extensible key-value mappings.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The ID of the parent object that owns the dynamic fields.
stringoptional
An optional paging cursor (ObjectID). If provided, returns items after this ID.
integeroptional
Maximum number of items per page.
Responses
200
A page of dynamic fields owned by the object.
Was this page helpful?