v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Fee Share Admin

Create fee share admin config update transactions

Creates transactions to update the fee share configuration for a token. Allows the admin to change the fee claimers and their basis point allocations.

post/fee-share/admin/update-config

Request body

baseMintstring required

Public key of the base mint

basisPointsArraynumber[] required

Array of basis points for each fee claimer. Must align with claimersArray. Total must equal 10,000.

claimersArraystring[] required

Array of fee claimer wallet public keys. Must align with basisPointsArray. Maximum 100, no duplicates.

payerstring required

Public key of the payer wallet

additionalLookupTablesstring[] nullable

Optional array of lookup table addresses. Required when there are more than 7 fee claimers.

Response

Successfully created config update transactions

successboolean required

Example response

{
  "success": true
}