sui_getProtocolConfig
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.
Return the protocol config table for the given version number. If the version number is not specified, the node uses the version of the latest epoch it has processed.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringoptional
A protocol version specifier. If omitted, the latest protocol config table for the node will be returned.
Responses
200
The protocol config table for the given version number.
Was this page helpful?