v12

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-07-172198160.4 KB
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

dynamic_field_type'field' | 'object' required
dynamic_object_idstring hex

A 32-byte Sui address, encoded as a hex string.

field_idstring hex required

A 32-byte Sui address, encoded as a hex string.

name_typestring required

A Move TypeTag

name_valueinteger[] required
parentstring hex required

A 32-byte Sui address, encoded as a hex string.

Example response

[
  {
    "dynamic_object_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
    "field_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
    "name_type": "vector<u8>",
    "parent": "0x0000000000000000000000000000000000000000000000000000000000000002"
  }
]