Skip to content
Alchemy Logo

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

stringrequireddefaults to docs-demo

For 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?