---
title: "GET /objects/{object_id}/dynamic-fields"
method: GET
path: "/objects/{object_id}/dynamic-fields"
tags: ["Objects"]
---

# GET /objects/{object_id}/dynamic-fields

`GET /objects/{object_id}/dynamic-fields`

## Path parameters

- `object_id` string, hex, required — A 32-byte Sui address, encoded as a hex string.

## Query parameters

- `limit` integer
- `start` string, hex — A 32-byte Sui address, encoded as a hex string.

## Response `200`

- DynamicFieldInfo[]
  - `dynamic_field_type` 'field' | 'object', required
  - `dynamic_object_id` string, hex — A 32-byte Sui address, encoded as a hex string.
  - `field_id` string, hex, required — A 32-byte Sui address, encoded as a hex string.
  - `name_type` string, required — A Move TypeTag
  - `name_value` integer[], required
  - `parent` string, hex, required — A 32-byte Sui address, encoded as a hex string.

---

[API](https://skmtc.dev/verichains/apis/sui-node-api.md) · [All operations](https://skmtc.dev/verichains/apis/sui-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verichains/sui-node-api/revisions/f4c58925668c/schema)
