post https://api.zan.top/node/v1/sui/mainnet/
Create an unsigned transaction to transfer an object from one address to another. The object's type must allow public transfers
Log in to see full request history
Response
Create an unsigned transaction to transfer an object from one address to another. The object's type must allow public transfers
xxxxxxxxxx
11curl --request POST \
--url https://api.zan.top/node/v1/sui/mainnet/public \
--header 'accept: application / json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "unsafe_transferSui"
}
'
Try It!
to start a request and see the response here!