unsafe_splitCoinEqual
POST
/{apiKey}
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?