---
title: "Create fee share admin transfer transaction"
method: POST
path: "/fee-share/admin/transfer-tx"
tags: ["Fee Share Admin"]
---

# Create fee share admin transfer transaction

`POST /fee-share/admin/transfer-tx`

Creates a transaction to transfer fee share admin authority from the current admin to a new admin for a given token.

## Request body

- FeeShareAdminTransferTxRequest
  - `baseMint` string, required — Public key of the base mint
  - `currentAdmin` string, required — Public key of the current fee share admin
  - `newAdmin` string, required — Public key of the new fee share admin
  - `payer` string, required — Public key of the payer wallet

## Response `200`

Successfully created admin transfer transaction

- object
  - `success` boolean, required
  - `response` object
    - `blockhash` BlockhashWithExpiryBlockHeight, required
      - `blockhash` string, required — Recent blockhash for the transaction
      - `lastValidBlockHeight` number, required — The last block height for which the blockhash is valid
    - `transaction` string, required — Base58 encoded serialized versioned transaction

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/revisions/4a14b82cd39d/schema)
