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.
Path parameters
apiKey
Request
This endpoint expects an object.
signer
The transaction signer’s Sui address.
sui_object_id
The SUI coin object to use in this transaction.
gas_budget
The gas budget, the transaction will fail if exceeded.
recipient
The address receiving the SUI.
amount
The amount of SUI to transfer.
Response
Transaction bytes and related input object metadata.
txBytes
gas
inputObjects