Objects
get/objects/{object_id}/dynamic-fields
Path parameters
object_idstring hex required
A 32-byte Sui address, encoded as a hex string.
Example:0x0000000000000000000000000000000000000000000000000000000000000002
Query parameters
limitinteger
startstring hex
A 32-byte Sui address, encoded as a hex string.
Example:0x0000000000000000000000000000000000000000000000000000000000000002
Response
Example response
[
{
"dynamic_object_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
"field_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
"name_type": "vector<u8>",
"parent": "0x0000000000000000000000000000000000000000000000000000000000000002"
}
]