unsafe_transferObject
POST
/{apiKey}
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
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
signerstringrequiredThe transaction signer's Sui address.
object_idstringrequiredThe object to be transferred.
gasstringrequiredThe gas object used for this transaction.
gas_budgetstringrequiredThe gas budget (uint64).
recipientstringrequiredThe address to which the object is transferred.
Responses
200
Transaction block bytes and object metadata for signing and execution.
Was this page helpful?