unsafe_transferObject
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 an object that supports public transfer from the signer to a recipient address. The gas object must be distinct from the object being transferred.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The transaction signer's Sui address.
stringrequired
The object to be transferred.
stringrequired
The gas object used for this transaction.
stringrequired
The gas budget (uint64).
stringrequired
The address to which the object is transferred.
Responses
200
Transaction block bytes and object metadata for signing and execution.
Was this page helpful?