Alchemy Logo

sui_getNormalizedMoveModule

POST
/{apiKey}

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

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

packagestringrequired

The package object ID of the Move module.

module_namestringrequired

The name of the Move module.

Responses

200

The normalized representation of the requested Move module.

Was this page helpful?