sui_getMoveFunctionArgTypes
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 the list of argument types for a specified Move function within a Move module. The response is based on the normalized types, and includes descriptors like "Pure" or "Object" with reference semantics.
Path Parameters
stringrequireddefaults to
docs-demoFor 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
A list of argument types expected by the Move function.
Was this page helpful?