unsafe_transferSui

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.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
signerstringRequired
The transaction signer's Sui address.
sui_object_idstringRequired
The SUI coin object to use in this transaction.
gas_budgetstringRequired
The gas budget, the transaction will fail if exceeded.
recipientstringRequired
The address receiving the SUI.
amountstringRequired
The amount of SUI to transfer.

Response

Transaction bytes and related input object metadata.
txBytesstring or null
gaslist of objects or null
inputObjectslist of objects or null