unsafe_splitCoinEqual
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.
Splits a coin into multiple equally-sized parts. The transaction returns txBytes and the objects involved.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The transaction signer's Sui address.
stringrequired
The coin object to be split.
stringrequired
The number of equal-size coins to split into.
stringrequired
The gas object to use in this transaction.
stringrequired
The maximum gas budget for executing the transaction.
Responses
200
The unsigned transaction bytes and object metadata.
Was this page helpful?