suix_getDynamicFieldObject
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 information about a specific dynamic field object, identified by its parent object ID and field name.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The ID of the queried parent object that owns the dynamic field.
objectrequired
The name of the dynamic field, specified as a struct containing type and value.
Responses
200
The resolved dynamic field object response.
Was this page helpful?