Skip to content
Alchemy Logo

sui_getNormalizedMoveFunction

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 and fully resolved representation of the specified Move function, including its visibility, entry status, parameter and return types, and type parameter constraints.

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.

stringrequired

The name of the Move function.

Responses

200

Normalized representation of the requested Move function.

Was this page helpful?