sui_getNormalizedMoveModule

Returns a structured representation of a Move module, including all functions, structs, type parameters, visibility, and associated metadata.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
packagestringRequired
The package object ID of the Move module.
module_namestringRequired
The name of the Move module.

Response

The normalized representation of the requested Move module.