Skip to content
Alchemy Logo

sui_getNormalizedMoveModule

POST
/{apiKey}
CUs20
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 a structured representation of a Move module, including all functions, structs, type parameters, visibility, and associated metadata.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The package object ID of the Move module.

stringrequired

The name of the Move module.

Responses

200

The normalized representation of the requested Move module.

Was this page helpful?