v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Fee Share Admin

Create fee share admin transfer transaction

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

post/fee-share/admin/transfer-tx

Request body

baseMintstring required

Public key of the base mint

currentAdminstring required

Public key of the current fee share admin

newAdminstring required

Public key of the new fee share admin

payerstring required

Public key of the payer wallet

Response

Successfully created admin transfer transaction

successboolean required

Example response

{
  "success": true
}