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

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

signerstringrequired

The transaction signer's Sui address.

object_idstringrequired

The object to be transferred.

gasstringrequired

The gas object used for this transaction.

gas_budgetstringrequired

The gas budget (uint64).

recipientstringrequired

The address to which the object is transferred.

Responses

200

Transaction block bytes and object metadata for signing and execution.

Was this page helpful?