get_dynamic_fields
Retrieve dynamic fields from a Sui object by providing its parent ID. Control the number of fields returned with an optional limit.
Instructions
Get dynamic fields of an object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | Parent object ID | |
| limit | No | Max fields to return (default: 50) |