sui_getNormalizedMoveStruct

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.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
packagestringRequired
The package object ID containing the struct.
module_namestringRequired
The name of the module containing the struct.
struct_namestringRequired
The name of the Move struct to query.

Response

A structured definition of the Move struct.