unsafe_transferSui
POST
/{apiKey}
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
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
signerstringrequiredThe transaction signer's Sui address.
sui_object_idstringrequiredThe SUI coin object to use in this transaction.
gas_budgetstringrequiredThe gas budget, the transaction will fail if exceeded.
recipientstringrequiredThe address receiving the SUI.
amountstringrequiredThe amount of SUI to transfer.
Responses
200
Transaction bytes and related input object metadata.
Was this page helpful?