unsafe_transferSui
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.
Transfers SUI to a recipient using a single coin object, which is also used to pay gas. Internally performs a split and transfer using the same coin.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The transaction signer's Sui address.
stringrequired
The SUI coin object to use in this transaction.
stringrequired
The gas budget, the transaction will fail if exceeded.
stringrequired
The address receiving the SUI.
stringrequired
The amount of SUI to transfer.
Responses
200
Transaction bytes and related input object metadata.
Was this page helpful?