sui_getNormalizedMoveStruct
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 the normalized, structured representation of a specified Move struct within a module of a given package. This includes information about type parameters, abilities, and field types.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The package object ID containing the struct.
stringrequired
The name of the module containing the struct.
stringrequired
The name of the Move struct to query.
Responses
200
A structured definition of the Move struct.
Was this page helpful?