---
title: "unsafe_transferSui"
method: POST
path: "/node/v1/sui/mainnet/{apiKey}"
---

# unsafe_transferSui

`POST /node/v1/sui/mainnet/{apiKey}`

Create an unsigned transaction to transfer an object from one address to another. The object's type must allow public transfers

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `id` integer, required
  - `jsonrpc` string, required
  - `method` string, required
  - `params` union[], required
    - union
      - string — the transaction signer's Sui address
      - string — the Sui coin object to be used in this transaction
      - integer — the gas budget, the transaction will fail if the gas cost exceed the budget
      - integer — the amount to be split out and transferred

## Response `200`

200

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
